Html Css Color HEX #0CC89F Caribbean Green

📋 copy color: '#0CC89F'

red 12 ◦ green 200 ◦ blue 159

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

Shades of Caribbean Green #0CC89F

Tints of Caribbean Green #0CC89F

RGB

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

 GREEN value IS 200 (78.52% from 255) = 53.91%

 BLUE value IS 159 (62.5% from 255) = 42.86%

R = 3.23%
G = 53.91%
B = 42.86%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.20

 K value IS 0.22

RGB Variations

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

Color information

#0CC89F (or 0x0CC89F) is known color: Caribbean Green. HEX triplet: 0C, C8 and 9F. RGB value is (12,200,159). Sum of RGB (Red+Green+Blue) = 12+200+159=371 (49% of max value = 765). Red value is 12 (5.08% from 255 or 3.23% from 371); Green value is 200 (78.52% from 255 or 53.91% from 371); Blue value is 159 (62.5% from 255 or 42.86% from 371); Max value from RGB is 200 - color contains mainly: green. Hex color #0CC89F is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0CC89F is #F33760. Grayscale: #8B8B8B. Windows color (decimal): -15939425 or 10471436. OLE color: 10471436.

HSL color Cylindrical-coordinate representation of color #0CC89F: hue angle of 166.91º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CC89F is Cyan = 0.94, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.22.

Color convert

RGB 12 200 159 -
CMYK 0.94 0 0.20 0.22
HSL 166.91º 0.89% 0.42% -
HSV(B) 166.91º 0.94% 0.78% -
XYZ 27.06 43.89 39.85 -
YUV 139.11 139.22 37.33 -
System Red Green Blue C M Y K H S L
Decimal 12 200 159 0.94 0 0.20 0.22 166.91 0.89 0.42
Hex C C8 9F 5E 0 14 16 A7 59 2A
Octal 14 310 237 136 0 24 26 247 131 52
Binary 1100 11001000 10011111 1011110 0 10100 10110 10100111 1011001 101010

Color Harmonies of #0CC89F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CC89F

Black with #0CC89F

Text Example


Text Example

White with #0CC89F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,200,159); }

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

background-color css

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

 a { background-color: rgb(12,200,159); }

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

border-color css

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

 span { border-color: rgb(12,200,159); }

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