Html Css Color HEX #0CCEAB Caribbean Green

📋 copy color: '#0CCEAB'

red 12 ◦ green 206 ◦ blue 171

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

Shades of Caribbean Green #0CCEAB

Tints of Caribbean Green #0CCEAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 43.96%

R = 3.08%
G = 52.96%
B = 43.96%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.17

 K value IS 0.19

RGB Variations

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

Color information

#0CCEAB (or 0x0CCEAB) is known color: Caribbean Green. HEX triplet: 0C, CE and AB. RGB value is (12,206,171). Sum of RGB (Red+Green+Blue) = 12+206+171=389 (51% of max value = 765). Red value is 12 (5.08% from 255 or 3.08% from 389); Green value is 206 (80.86% from 255 or 52.96% from 389); Blue value is 171 (67.19% from 255 or 43.96% from 389); Max value from RGB is 206 - color contains mainly: green. Hex color #0CCEAB is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0CCEAB is #F33154. Grayscale: #8F8F8F. Windows color (decimal): -15937877 or 11259404. OLE color: 11259404.

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

Color convert

RGB 12 206 171 -
CMYK 0.94 0 0.17 0.19
HSL 169.18º 0.89% 0.43% -
HSV(B) 169.18º 0.94% 0.81% -
XYZ 29.57 47.16 46.07 -
YUV 144 143.23 33.85 -
System Red Green Blue C M Y K H S L
Decimal 12 206 171 0.94 0 0.17 0.19 169.18 0.89 0.43
Hex C CE AB 5E 0 11 13 A9 59 2B
Octal 14 316 253 136 0 21 23 251 131 53
Binary 1100 11001110 10101011 1011110 0 10001 10011 10101001 1011001 101011

Color Harmonies of #0CCEAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CCEAB

Black with #0CCEAB

Text Example


Text Example

White with #0CCEAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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