Html Css Color HEX #0BDC99 Caribbean Green

📋 copy color: '#0BDC99'

red 11 ◦ green 220 ◦ blue 153

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

Shades of Caribbean Green #0BDC99

Tints of Caribbean Green #0BDC99

RGB

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

 GREEN value IS 220 (86.33% from 255) = 57.29%

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

R = 2.86%
G = 57.29%
B = 39.84%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.30

 K value IS 0.14

RGB Variations

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

Color information

#0BDC99 (or 0x0BDC99) is known color: Caribbean Green. HEX triplet: 0B, DC and 99. RGB value is (11,220,153). Sum of RGB (Red+Green+Blue) = 11+220+153=384 (50% of max value = 765). Red value is 11 (4.69% from 255 or 2.86% from 384); Green value is 220 (86.33% from 255 or 57.29% from 384); Blue value is 153 (60.16% from 255 or 39.84% from 384); Max value from RGB is 220 - color contains mainly: green. Hex color #0BDC99 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0BDC99 is #F42366. Grayscale: #959595. Windows color (decimal): -15999847 or 10083339. OLE color: 10083339.

HSL color Cylindrical-coordinate representation of color #0BDC99: hue angle of 160.77º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BDC99 is Cyan = 0.95, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.14.

Color convert

RGB 11 220 153 -
CMYK 0.95 0 0.30 0.14
HSL 160.77º 0.9% 0.45% -
HSV(B) 160.77º 0.95% 0.86% -
XYZ 31.48 53.56 38.82 -
YUV 149.87 129.76 28.95 -
System Red Green Blue C M Y K H S L
Decimal 11 220 153 0.95 0 0.30 0.14 160.77 0.9 0.45
Hex B DC 99 5F 0 1E E A1 5A 2D
Octal 13 334 231 137 0 36 16 241 132 55
Binary 1011 11011100 10011001 1011111 0 11110 1110 10100001 1011010 101101

Color Harmonies of #0BDC99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BDC99

Black with #0BDC99

Text Example


Text Example

White with #0BDC99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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