Html Css Color HEX #0CE0A6 Caribbean Green

📋 copy color: '#0CE0A6'

red 12 ◦ green 224 ◦ blue 166

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

Shades of Caribbean Green #0CE0A6

Tints of Caribbean Green #0CE0A6

RGB

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

 GREEN value IS 224 (87.89% from 255) = 55.72%

 BLUE value IS 166 (65.23% from 255) = 41.29%

R = 2.99%
G = 55.72%
B = 41.29%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.26

 K value IS 0.12

RGB Variations

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

Color information

#0CE0A6 (or 0x0CE0A6) is known color: Caribbean Green. HEX triplet: 0C, E0 and A6. RGB value is (12,224,166). Sum of RGB (Red+Green+Blue) = 12+224+166=402 (53% of max value = 765). Red value is 12 (5.08% from 255 or 2.99% from 402); Green value is 224 (87.89% from 255 or 55.72% from 402); Blue value is 166 (65.23% from 255 or 41.29% from 402); Max value from RGB is 224 - color contains mainly: green. Hex color #0CE0A6 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0CE0A6 is #F31F59. Grayscale: #9A9A9A. Windows color (decimal): -15933274 or 10936332. OLE color: 10936332.

HSL color Cylindrical-coordinate representation of color #0CE0A6: hue angle of 163.58º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CE0A6 is Cyan = 0.95, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.12.

Color convert

RGB 12 224 166 -
CMYK 0.95 0 0.26 0.12
HSL 163.58º 0.9% 0.46% -
HSV(B) 163.58º 0.95% 0.88% -
XYZ 33.69 56.14 45.14 -
YUV 154 134.76 26.72 -
System Red Green Blue C M Y K H S L
Decimal 12 224 166 0.95 0 0.26 0.12 163.58 0.9 0.46
Hex C E0 A6 5F 0 1A C A4 5A 2E
Octal 14 340 246 137 0 32 14 244 132 56
Binary 1100 11100000 10100110 1011111 0 11010 1100 10100100 1011010 101110

Color Harmonies of #0CE0A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CE0A6

Black with #0CE0A6

Text Example


Text Example

White with #0CE0A6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,224,166); }

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

background-color css

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

 a { background-color: rgb(12,224,166); }

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

border-color css

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

 span { border-color: rgb(12,224,166); }

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