Html Css Color HEX #0CCEA7 Caribbean Green

📋 copy color: '#0CCEA7'

red 12 ◦ green 206 ◦ blue 167

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

Shades of Caribbean Green #0CCEA7

Tints of Caribbean Green #0CCEA7

RGB

 RED value IS 12 (5.08% from 255) = 3.12%

 GREEN value IS 206 (80.86% from 255) = 53.51%

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

R = 3.12%
G = 53.51%
B = 43.38%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.19

 K value IS 0.19

RGB Variations

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

Color information

#0CCEA7 (or 0x0CCEA7) is known color: Caribbean Green. HEX triplet: 0C, CE and A7. RGB value is (12,206,167). Sum of RGB (Red+Green+Blue) = 12+206+167=385 (50% of max value = 765). Red value is 12 (5.08% from 255 or 3.12% from 385); Green value is 206 (80.86% from 255 or 53.51% from 385); Blue value is 167 (65.62% from 255 or 43.38% from 385); Max value from RGB is 206 - color contains mainly: green. Hex color #0CCEA7 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0CCEA7 is #F33158. Grayscale: #8F8F8F. Windows color (decimal): -15937881 or 10997260. OLE color: 10997260.

HSL color Cylindrical-coordinate representation of color #0CCEA7: hue angle of 167.94º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CCEA7 is Cyan = 0.94, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.19.

Color convert

RGB 12 206 167 -
CMYK 0.94 0 0.19 0.19
HSL 167.94º 0.89% 0.43% -
HSV(B) 167.94º 0.94% 0.81% -
XYZ 29.2 47.01 44.09 -
YUV 143.55 141.23 34.17 -
System Red Green Blue C M Y K H S L
Decimal 12 206 167 0.94 0 0.19 0.19 167.94 0.89 0.43
Hex C CE A7 5E 0 13 13 A8 59 2B
Octal 14 316 247 136 0 23 23 250 131 53
Binary 1100 11001110 10100111 1011110 0 10011 10011 10101000 1011001 101011

Color Harmonies of #0CCEA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CCEA7

Black with #0CCEA7

Text Example


Text Example

White with #0CCEA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0CCEA7; }

 p { color: rgb(12,206,167); }

 H1.HeaderClassName
 {
   color: #0CCEA7;
 }
 .AnyTagClassName
 {
   color: #0CCEA7;
 }
</style>

background-color css

<style>
 a { background-color: #0CCEA7; }

 a { background-color: rgb(12,206,167); }

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

border-color css

<style>
 span { border-color: #0CCEA7; }

 span { border-color: rgb(12,206,167); }

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