#11DB98

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

Shades of Caribbean Green #11DB98

Tints of Caribbean Green #11DB98

Color information

#11DB98 (or 0x11DB98) is unknown color: approx Caribbean Green. HEX triplet: 11, DB and 98. RGB value is (17,219,152). Sum of RGB (Red+Green+Blue) = 17+219+152=388 (51% of max value = 765). Red value is 17 (7.03% from 255 or 4.38% from 388); Green value is 219 (85.94% from 255 or 56.44% from 388); Blue value is 152 (59.77% from 255 or 39.18% from 388); Max value from RGB is 219 - color contains mainly: green. Hex color #11DB98 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #11DB98 is #EE2467. Grayscale: #979797. Windows color (decimal): -15606888 or 10017553. OLE color: 10017553.

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

Color convert

RGB17219152-
CMYK0.9200.310.14
HSL160.1º85.59%46.27%-
HSV(B)160.1º92.24%85.88%-
XYZ31.2353.0538.3-
YUV150.96128.5832.45-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 4.38%
GREEN value IS 219 (85.94% from 255) = 56.44%
BLUE value IS 152 (59.77% from 255) = 39.18%
R=4.38%
G=56.44%
B=39.18%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal172191520.9200.310.14160.185.5946.27
Hex11DB985C01FEa0562e
Octal213332301340371624012656
Binary10001110110111001100010111000111111110101000001010110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11DB98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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