Html Css Color HEX #11CD8C Caribbean Green

📋 copy color: '#11CD8C'

red 17 ◦ green 205 ◦ blue 140

#11CD8C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Caribbean Green #11CD8C

Tints of Caribbean Green #11CD8C

RGB

 RED value IS 17 (7.03% from 255) = 4.7%

 GREEN value IS 205 (80.47% from 255) = 56.63%

 BLUE value IS 140 (55.08% from 255) = 38.67%

R = 4.7%
G = 56.63%
B = 38.67%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.32

 K value IS 0.20

RGB Variations

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

Color information

#11CD8C (or 0x11CD8C) is known color: Caribbean Green. HEX triplet: 11, CD and 8C. RGB value is (17,205,140). Sum of RGB (Red+Green+Blue) = 17+205+140=362 (47% of max value = 765). Red value is 17 (7.03% from 255 or 4.70% from 362); Green value is 205 (80.47% from 255 or 56.63% from 362); Blue value is 140 (55.08% from 255 or 38.67% from 362); Max value from RGB is 205 - color contains mainly: green. Hex color #11CD8C is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #11CD8C is #EE3273. Grayscale: #8D8D8D. Windows color (decimal): -15610484 or 9227537. OLE color: 9227537.

HSL color Cylindrical-coordinate representation of color #11CD8C: hue angle of 159.26º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #11CD8C is Cyan = 0.92, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.20.

Color convert

RGB 17 205 140 -
CMYK 0.92 0 0.32 0.20
HSL 159.26º 0.85% 0.44% -
HSV(B) 159.26º 0.92% 0.8% -
XYZ 26.8 45.68 32.21 -
YUV 141.38 127.22 39.29 -
System Red Green Blue C M Y K H S L
Decimal 17 205 140 0.92 0 0.32 0.20 159.26 0.85 0.44
Hex 11 CD 8C 5C 0 20 14 9F 55 2C
Octal 21 315 214 134 0 40 24 237 125 54
Binary 10001 11001101 10001100 1011100 0 100000 10100 10011111 1010101 101100

Color Harmonies of #11CD8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11CD8C

Black with #11CD8C

Text Example


Text Example

White with #11CD8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #11CD8C;
 }
 .AnyTagClassName
 {
   color: #11CD8C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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