Html Css Color HEX #11CFA7 Caribbean Green

📋 copy color: '#11CFA7'

red 17 ◦ green 207 ◦ blue 167

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

Shades of Caribbean Green #11CFA7

Tints of Caribbean Green #11CFA7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 42.71%

R = 4.35%
G = 52.94%
B = 42.71%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.19

 K value IS 0.19

RGB Variations

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

Color information

#11CFA7 (or 0x11CFA7) is known color: Caribbean Green. HEX triplet: 11, CF and A7. RGB value is (17,207,167). Sum of RGB (Red+Green+Blue) = 17+207+167=391 (51% of max value = 765). Red value is 17 (7.03% from 255 or 4.35% from 391); Green value is 207 (81.25% from 255 or 52.94% from 391); Blue value is 167 (65.62% from 255 or 42.71% from 391); Max value from RGB is 207 - color contains mainly: green. Hex color #11CFA7 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #11CFA7 is #EE3058. Grayscale: #919191. Windows color (decimal): -15609945 or 10997521. OLE color: 10997521.

HSL color Cylindrical-coordinate representation of color #11CFA7: hue angle of 167.37º 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 #11CFA7 is Cyan = 0.92, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.19.

Color convert

RGB 17 207 167 -
CMYK 0.92 0 0.19 0.19
HSL 167.37º 0.85% 0.44% -
HSV(B) 167.37º 0.92% 0.81% -
XYZ 29.52 47.53 44.18 -
YUV 145.63 140.05 36.25 -
System Red Green Blue C M Y K H S L
Decimal 17 207 167 0.92 0 0.19 0.19 167.37 0.85 0.44
Hex 11 CF A7 5C 0 13 13 A7 55 2C
Octal 21 317 247 134 0 23 23 247 125 54
Binary 10001 11001111 10100111 1011100 0 10011 10011 10100111 1010101 101100

Color Harmonies of #11CFA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11CFA7

Black with #11CFA7

Text Example


Text Example

White with #11CFA7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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