Html Css Color HEX #11CF9B Caribbean Green

📋 copy color: '#11CF9B'

red 17 ◦ green 207 ◦ blue 155

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

Shades of Caribbean Green #11CF9B

Tints of Caribbean Green #11CF9B

RGB

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

 GREEN value IS 207 (81.25% from 255) = 54.62%

 BLUE value IS 155 (60.94% from 255) = 40.9%

R = 4.49%
G = 54.62%
B = 40.9%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.25

 K value IS 0.19

RGB Variations

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

Color information

#11CF9B (or 0x11CF9B) is known color: Caribbean Green. HEX triplet: 11, CF and 9B. RGB value is (17,207,155). Sum of RGB (Red+Green+Blue) = 17+207+155=379 (50% of max value = 765). Red value is 17 (7.03% from 255 or 4.49% from 379); Green value is 207 (81.25% from 255 or 54.62% from 379); Blue value is 155 (60.94% from 255 or 40.90% from 379); Max value from RGB is 207 - color contains mainly: green. Hex color #11CF9B is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #11CF9B is #EE3064. Grayscale: #909090. Windows color (decimal): -15609957 or 10211089. OLE color: 10211089.

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

Color convert

RGB 17 207 155 -
CMYK 0.92 0 0.25 0.19
HSL 163.58º 0.85% 0.44% -
HSV(B) 163.58º 0.92% 0.81% -
XYZ 28.46 47.11 38.6 -
YUV 144.26 134.05 37.23 -
System Red Green Blue C M Y K H S L
Decimal 17 207 155 0.92 0 0.25 0.19 163.58 0.85 0.44
Hex 11 CF 9B 5C 0 19 13 A4 55 2C
Octal 21 317 233 134 0 31 23 244 125 54
Binary 10001 11001111 10011011 1011100 0 11001 10011 10100100 1010101 101100

Color Harmonies of #11CF9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11CF9B

Black with #11CF9B

Text Example


Text Example

White with #11CF9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,207,155); }

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

background-color css

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

 a { background-color: rgb(17,207,155); }

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

border-color css

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

 span { border-color: rgb(17,207,155); }

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