Html Css Color HEX #0CCB82 Caribbean Green

📋 copy color: '#0CCB82'

red 12 ◦ green 203 ◦ blue 130

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

Shades of Caribbean Green #0CCB82

Tints of Caribbean Green #0CCB82

RGB

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

 GREEN value IS 203 (79.69% from 255) = 58.84%

 BLUE value IS 130 (51.17% from 255) = 37.68%

R = 3.48%
G = 58.84%
B = 37.68%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.36

 K value IS 0.20

RGB Variations

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

Color information

#0CCB82 (or 0x0CCB82) is known color: Caribbean Green. HEX triplet: 0C, CB and 82. RGB value is (12,203,130). Sum of RGB (Red+Green+Blue) = 12+203+130=345 (45% of max value = 765). Red value is 12 (5.08% from 255 or 3.48% from 345); Green value is 203 (79.69% from 255 or 58.84% from 345); Blue value is 130 (51.17% from 255 or 37.68% from 345); Max value from RGB is 203 - color contains mainly: green. Hex color #0CCB82 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0CCB82 is #F3347D. Grayscale: #898989. Windows color (decimal): -15938686 or 8571660. OLE color: 8571660.

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

Color convert

RGB 12 203 130 -
CMYK 0.94 0 0.36 0.20
HSL 157.07º 0.89% 0.42% -
HSV(B) 157.07º 0.94% 0.8% -
XYZ 25.54 44.4 28.34 -
YUV 137.57 123.72 38.44 -
System Red Green Blue C M Y K H S L
Decimal 12 203 130 0.94 0 0.36 0.20 157.07 0.89 0.42
Hex C CB 82 5E 0 24 14 9D 59 2A
Octal 14 313 202 136 0 44 24 235 131 52
Binary 1100 11001011 10000010 1011110 0 100100 10100 10011101 1011001 101010

Color Harmonies of #0CCB82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CCB82

Black with #0CCB82

Text Example


Text Example

White with #0CCB82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,203,130); }

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

background-color css

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

 a { background-color: rgb(12,203,130); }

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

border-color css

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

 span { border-color: rgb(12,203,130); }

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