Html Css Color HEX #0CBC9E Caribbean Green

📋 copy color: '#0CBC9E'

red 12 ◦ green 188 ◦ blue 158

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

Shades of Caribbean Green #0CBC9E

Tints of Caribbean Green #0CBC9E

RGB

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

 GREEN value IS 188 (73.83% from 255) = 52.51%

 BLUE value IS 158 (62.11% from 255) = 44.13%

R = 3.35%
G = 52.51%
B = 44.13%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.16

 K value IS 0.26

RGB Variations

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

Color information

#0CBC9E (or 0x0CBC9E) is known color: Caribbean Green. HEX triplet: 0C, BC and 9E. RGB value is (12,188,158). Sum of RGB (Red+Green+Blue) = 12+188+158=358 (47% of max value = 765). Red value is 12 (5.08% from 255 or 3.35% from 358); Green value is 188 (73.83% from 255 or 52.51% from 358); Blue value is 158 (62.11% from 255 or 44.13% from 358); Max value from RGB is 188 - color contains mainly: green. Hex color #0CBC9E is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0CBC9E is #F34361. Grayscale: #838383. Windows color (decimal): -15942498 or 10402828. OLE color: 10402828.

HSL color Cylindrical-coordinate representation of color #0CBC9E: hue angle of 169.77º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CBC9E is Cyan = 0.94, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.26.

Color convert

RGB 12 188 158 -
CMYK 0.94 0 0.16 0.26
HSL 169.77º 0.88% 0.39% -
HSV(B) 169.77º 0.94% 0.74% -
XYZ 24.31 38.51 38.5 -
YUV 131.96 142.69 42.44 -
System Red Green Blue C M Y K H S L
Decimal 12 188 158 0.94 0 0.16 0.26 169.77 0.88 0.39
Hex C BC 9E 5E 0 10 1A AA 58 27
Octal 14 274 236 136 0 20 32 252 130 47
Binary 1100 10111100 10011110 1011110 0 10000 11010 10101010 1011000 100111

Color Harmonies of #0CBC9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CBC9E

Black with #0CBC9E

Text Example


Text Example

White with #0CBC9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,188,158); }

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

background-color css

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

 a { background-color: rgb(12,188,158); }

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

border-color css

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

 span { border-color: rgb(12,188,158); }

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