#11D68C

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

Shades of Caribbean Green #11D68C

Tints of Caribbean Green #11D68C

Color information

#11D68C (or 0x11D68C) is unknown color: approx Caribbean Green. HEX triplet: 11, D6 and 8C. RGB value is (17,214,140). Sum of RGB (Red+Green+Blue) = 17+214+140=371 (49% of max value = 765). Red value is 17 (7.03% from 255 or 4.58% from 371); Green value is 214 (83.98% from 255 or 57.68% from 371); Blue value is 140 (55.08% from 255 or 37.74% from 371); Max value from RGB is 214 - color contains mainly: green. Hex color #11D68C is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #11D68C is #EE2973. Grayscale: #929292. Windows color (decimal): -15608180 or 9229841. OLE color: 9229841.

HSL color Cylindrical-coordinate representation of color #11D68C: hue angle of 157.46º degrees, saturation: 0.85, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #11D68C is Cyan = 0.92, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.16.

Color convert

RGB17214140-
CMYK0.9200.350.16
HSL157.46º85.28%45.29%-
HSV(B)157.46º92.06%83.92%-
XYZ29.0150.1132.95-
YUV146.66124.2335.52-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 4.58%
GREEN value IS 214 (83.98% from 255) = 57.68%
BLUE value IS 140 (55.08% from 255) = 37.74%
R=4.58%
G=57.68%
B=37.74%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal172141400.9200.350.16157.4685.2845.29
Hex11D68C5C023109d552d
Octal213262141340432023512555
Binary1000111010110100011001011100010001110000100111011010101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11D68C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,214,140); }

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

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

 a { background-color: rgb(17,214,140); }

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

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

 span { border-color: rgb(17,214,140); }

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