Html Css Color HEX #0BC59C Caribbean Green

📋 copy color: '#0BC59C'

red 11 ◦ green 197 ◦ blue 156

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

Shades of Caribbean Green #0BC59C

Tints of Caribbean Green #0BC59C

RGB

 RED value IS 11 (4.69% from 255) = 3.02%

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

 BLUE value IS 156 (61.33% from 255) = 42.86%

R = 3.02%
G = 54.12%
B = 42.86%

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

#0BC59C (or 0x0BC59C) is known color: Caribbean Green. HEX triplet: 0B, C5 and 9C. RGB value is (11,197,156). Sum of RGB (Red+Green+Blue) = 11+197+156=364 (48% of max value = 765). Red value is 11 (4.69% from 255 or 3.02% from 364); Green value is 197 (77.34% from 255 or 54.12% from 364); Blue value is 156 (61.33% from 255 or 42.86% from 364); Max value from RGB is 197 - color contains mainly: green. Hex color #0BC59C is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0BC59C is #F43A63. Grayscale: #888888. Windows color (decimal): -16005732 or 10274059. OLE color: 10274059.

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

Color convert

RGB 11 197 156 -
CMYK 0.94 0 0.21 0.23
HSL 166.77º 0.89% 0.41% -
HSV(B) 166.77º 0.94% 0.77% -
XYZ 26.11 42.4 38.26 -
YUV 136.71 138.88 38.33 -
System Red Green Blue C M Y K H S L
Decimal 11 197 156 0.94 0 0.21 0.23 166.77 0.89 0.41
Hex B C5 9C 5E 0 15 17 A7 59 29
Octal 13 305 234 136 0 25 27 247 131 51
Binary 1011 11000101 10011100 1011110 0 10101 10111 10100111 1011001 101001

Color Harmonies of #0BC59C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BC59C

Black with #0BC59C

Text Example


Text Example

White with #0BC59C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,197,156); }

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

background-color css

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

 a { background-color: rgb(11,197,156); }

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

border-color css

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

 span { border-color: rgb(11,197,156); }

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