Html Css Color HEX #0CCB85 Caribbean Green

📋 copy color: '#0CCB85'

red 12 ◦ green 203 ◦ blue 133

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

Shades of Caribbean Green #0CCB85

Tints of Caribbean Green #0CCB85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 38.22%

R = 3.45%
G = 58.33%
B = 38.22%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.34

 K value IS 0.20

RGB Variations

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

Color information

#0CCB85 (or 0x0CCB85) is known color: Caribbean Green. HEX triplet: 0C, CB and 85. RGB value is (12,203,133). Sum of RGB (Red+Green+Blue) = 12+203+133=348 (46% of max value = 765). Red value is 12 (5.08% from 255 or 3.45% from 348); Green value is 203 (79.69% from 255 or 58.33% from 348); Blue value is 133 (52.34% from 255 or 38.22% from 348); Max value from RGB is 203 - color contains mainly: green. Hex color #0CCB85 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0CCB85 is #F3347A. Grayscale: #8A8A8A. Windows color (decimal): -15938683 or 8768268. OLE color: 8768268.

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

Color convert

RGB 12 203 133 -
CMYK 0.94 0 0.34 0.20
HSL 158.01º 0.89% 0.42% -
HSV(B) 158.01º 0.94% 0.8% -
XYZ 25.74 44.48 29.42 -
YUV 137.91 125.22 38.19 -
System Red Green Blue C M Y K H S L
Decimal 12 203 133 0.94 0 0.34 0.20 158.01 0.89 0.42
Hex C CB 85 5E 0 22 14 9E 59 2A
Octal 14 313 205 136 0 42 24 236 131 52
Binary 1100 11001011 10000101 1011110 0 100010 10100 10011110 1011001 101010

Color Harmonies of #0CCB85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CCB85

Black with #0CCB85

Text Example


Text Example

White with #0CCB85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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