Html Css Color HEX #0CC59B Caribbean Green

📋 copy color: '#0CC59B'

red 12 ◦ green 197 ◦ blue 155

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

Shades of Caribbean Green #0CC59B

Tints of Caribbean Green #0CC59B

RGB

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

 GREEN value IS 197 (77.34% from 255) = 54.12%

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

R = 3.3%
G = 54.12%
B = 42.58%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.21

 K value IS 0.23

RGB Variations

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

Color information

#0CC59B (or 0x0CC59B) is known color: Caribbean Green. HEX triplet: 0C, C5 and 9B. RGB value is (12,197,155). Sum of RGB (Red+Green+Blue) = 12+197+155=364 (48% of max value = 765). Red value is 12 (5.08% from 255 or 3.30% from 364); Green value is 197 (77.34% from 255 or 54.12% from 364); Blue value is 155 (60.94% from 255 or 42.58% from 364); Max value from RGB is 197 - color contains mainly: green. Hex color #0CC59B is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0CC59B is #F33A64. Grayscale: #888888. Windows color (decimal): -15940197 or 10208524. OLE color: 10208524.

HSL color Cylindrical-coordinate representation of color #0CC59B: hue angle of 166.38º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CC59B is Cyan = 0.94, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.23.

Color convert

RGB 12 197 155 -
CMYK 0.94 0 0.21 0.23
HSL 166.38º 0.89% 0.41% -
HSV(B) 166.38º 0.94% 0.77% -
XYZ 26.03 42.38 37.82 -
YUV 136.9 138.21 38.92 -
System Red Green Blue C M Y K H S L
Decimal 12 197 155 0.94 0 0.21 0.23 166.38 0.89 0.41
Hex C C5 9B 5E 0 15 17 A6 59 29
Octal 14 305 233 136 0 25 27 246 131 51
Binary 1100 11000101 10011011 1011110 0 10101 10111 10100110 1011001 101001

Color Harmonies of #0CC59B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CC59B

Black with #0CC59B

Text Example


Text Example

White with #0CC59B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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