Html Css Color HEX #0BC399 Caribbean Green

📋 copy color: '#0BC399'

red 11 ◦ green 195 ◦ blue 153

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

Shades of Caribbean Green #0BC399

Tints of Caribbean Green #0BC399

RGB

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

 GREEN value IS 195 (76.56% from 255) = 54.32%

 BLUE value IS 153 (60.16% from 255) = 42.62%

R = 3.06%
G = 54.32%
B = 42.62%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.22

 K value IS 0.24

RGB Variations

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

Color information

#0BC399 (or 0x0BC399) is known color: Caribbean Green. HEX triplet: 0B, C3 and 99. RGB value is (11,195,153). Sum of RGB (Red+Green+Blue) = 11+195+153=359 (47% of max value = 765). Red value is 11 (4.69% from 255 or 3.06% from 359); Green value is 195 (76.56% from 255 or 54.32% from 359); Blue value is 153 (60.16% from 255 or 42.62% from 359); Max value from RGB is 195 - color contains mainly: green. Hex color #0BC399 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0BC399 is #F43C66. Grayscale: #878787. Windows color (decimal): -16006247 or 10076939. OLE color: 10076939.

HSL color Cylindrical-coordinate representation of color #0BC399: hue angle of 166.3º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0BC399 is Cyan = 0.94, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.24.

Color convert

RGB 11 195 153 -
CMYK 0.94 0 0.22 0.24
HSL 166.3º 0.89% 0.4% -
HSV(B) 166.3º 0.94% 0.76% -
XYZ 25.4 41.4 36.79 -
YUV 135.2 138.04 39.42 -
System Red Green Blue C M Y K H S L
Decimal 11 195 153 0.94 0 0.22 0.24 166.3 0.89 0.4
Hex B C3 99 5E 0 16 18 A6 59 28
Octal 13 303 231 136 0 26 30 246 131 50
Binary 1011 11000011 10011001 1011110 0 10110 11000 10100110 1011001 101000

Color Harmonies of #0BC399

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BC399

Black with #0BC399

Text Example


Text Example

White with #0BC399

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,195,153); }

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

background-color css

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

 a { background-color: rgb(11,195,153); }

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

border-color css

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

 span { border-color: rgb(11,195,153); }

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