Html Css Color HEX #11CC8C Caribbean Green

📋 copy color: '#11CC8C'

red 17 ◦ green 204 ◦ blue 140

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

Shades of Caribbean Green #11CC8C

Tints of Caribbean Green #11CC8C

RGB

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

 GREEN value IS 204 (80.08% from 255) = 56.51%

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

R = 4.71%
G = 56.51%
B = 38.78%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.31

 K value IS 0.2

RGB Variations

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

Color information

#11CC8C (or 0x11CC8C) is known color: Caribbean Green. HEX triplet: 11, CC and 8C. RGB value is (17,204,140). Sum of RGB (Red+Green+Blue) = 17+204+140=361 (47% of max value = 765). Red value is 17 (7.03% from 255 or 4.71% from 361); Green value is 204 (80.08% from 255 or 56.51% from 361); Blue value is 140 (55.08% from 255 or 38.78% from 361); Max value from RGB is 204 - color contains mainly: green. Hex color #11CC8C is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #11CC8C is #EE3373. Grayscale: #8C8C8C. Windows color (decimal): -15610740 or 9227281. OLE color: 9227281.

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

Color convert

RGB 17 204 140 -
CMYK 0.92 0 0.31 0.2
HSL 159.47º 0.85% 0.43% -
HSV(B) 159.47º 0.92% 0.8% -
XYZ 26.56 45.2 32.14 -
YUV 140.79 127.55 39.7 -
System Red Green Blue C M Y K H S L
Decimal 17 204 140 0.92 0 0.31 0.2 159.47 0.85 0.43
Hex 11 CC 8C 5C 0 1F 14 9F 55 2B
Octal 21 314 214 134 0 37 24 237 125 53
Binary 10001 11001100 10001100 1011100 0 11111 10100 10011111 1010101 101011

Color Harmonies of #11CC8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11CC8C

Black with #11CC8C

Text Example


Text Example

White with #11CC8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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