#11DA98

Color #11DA98 Caribbean Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Caribbean Green #11DA98

Tints of Caribbean Green #11DA98

Color information

#11DA98 (or 0x11DA98) is unknown color: approx Caribbean Green. HEX triplet: 11, DA and 98. RGB value is (17,218,152). Sum of RGB (Red+Green+Blue) = 17+218+152=387 (51% of max value = 765). Red value is 17 (7.03% from 255 or 4.39% from 387); Green value is 218 (85.55% from 255 or 56.33% from 387); Blue value is 152 (59.77% from 255 or 39.28% from 387); Max value from RGB is 218 - color contains mainly: green. Hex color #11DA98 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #11DA98 is #EE2567. Grayscale: #969696. Windows color (decimal): -15607144 or 10017297. OLE color: 10017297.

HSL color Cylindrical-coordinate representation of color #11DA98: hue angle of 160.3º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #11DA98 is Cyan = 0.92, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.15.

Color convert

RGB17218152-
CMYK0.9200.300.15
HSL160.3º85.53%46.08%-
HSV(B)160.3º92.2%85.49%-
XYZ30.9752.5338.21-
YUV150.38128.9132.87-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 17 (7.03% from 255) = 4.39%
GREEN value IS 218 (85.55% from 255) = 56.33%
BLUE value IS 152 (59.77% from 255) = 39.28%
R=4.39%
G=56.33%
B=39.28%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal172181520.9200.300.15160.385.5346.08
Hex11DA985C01EFa0562e
Octal213322301340361724012656
Binary10001110110101001100010111000111101111101000001010110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11DA98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #11DA98; }

 p { color: rgb(17,218,152); }

 H1.HeaderClassName
 {
   color: #11DA98;
 }
 .AnyTagClassName
 {
   color: #11DA98;
 }
</style>
background-color css

<style>
 a { background-color: #11DA98; }

 a { background-color: rgb(17,218,152); }

 div.DivClassName
 {
   background-color: #11DA98;
 }
 .BgClassName
 {
   background-color: #11DA98;
 }
</style>
border-color css

<style>
 span { border-color: #11DA98; }

 span { border-color: rgb(17,218,152); }

 td.TdClassName
 {
   border-color: #11DA98;
 }
 .TagClassName
 {
   border-color: #11DA98;
 }
</style>