Html Css Color HEX #0CCC9B Caribbean Green

📋 copy color: '#0CCC9B'

red 12 ◦ green 204 ◦ blue 155

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

Shades of Caribbean Green #0CCC9B

Tints of Caribbean Green #0CCC9B

RGB

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

 GREEN value IS 204 (80.08% from 255) = 54.99%

 BLUE value IS 155 (60.94% from 255) = 41.78%

R = 3.23%
G = 54.99%
B = 41.78%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.24

 K value IS 0.2

RGB Variations

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

Color information

#0CCC9B (or 0x0CCC9B) is known color: Caribbean Green. HEX triplet: 0C, CC and 9B. RGB value is (12,204,155). Sum of RGB (Red+Green+Blue) = 12+204+155=371 (49% of max value = 765). Red value is 12 (5.08% from 255 or 3.23% from 371); Green value is 204 (80.08% from 255 or 54.99% from 371); Blue value is 155 (60.94% from 255 or 41.78% from 371); Max value from RGB is 204 - color contains mainly: green. Hex color #0CCC9B is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0CCC9B is #F33364. Grayscale: #8D8D8D. Windows color (decimal): -15938405 or 10210316. OLE color: 10210316.

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

Color convert

RGB 12 204 155 -
CMYK 0.94 0 0.24 0.2
HSL 164.69º 0.89% 0.42% -
HSV(B) 164.69º 0.94% 0.8% -
XYZ 27.66 45.63 38.36 -
YUV 141.01 135.89 35.98 -
System Red Green Blue C M Y K H S L
Decimal 12 204 155 0.94 0 0.24 0.2 164.69 0.89 0.42
Hex C CC 9B 5E 0 18 14 A5 59 2A
Octal 14 314 233 136 0 30 24 245 131 52
Binary 1100 11001100 10011011 1011110 0 11000 10100 10100101 1011001 101010

Color Harmonies of #0CCC9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CCC9B

Black with #0CCC9B

Text Example


Text Example

White with #0CCC9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,204,155); }

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

background-color css

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

 a { background-color: rgb(12,204,155); }

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

border-color css

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

 span { border-color: rgb(12,204,155); }

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