Html Css Color HEX #0BDB97 Caribbean Green

📋 copy color: '#0BDB97'

red 11 ◦ green 219 ◦ blue 151

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

Shades of Caribbean Green #0BDB97

Tints of Caribbean Green #0BDB97

RGB

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

 GREEN value IS 219 (85.94% from 255) = 57.48%

 BLUE value IS 151 (59.38% from 255) = 39.63%

R = 2.89%
G = 57.48%
B = 39.63%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.31

 K value IS 0.14

RGB Variations

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

Color information

#0BDB97 (or 0x0BDB97) is known color: Caribbean Green. HEX triplet: 0B, DB and 97. RGB value is (11,219,151). Sum of RGB (Red+Green+Blue) = 11+219+151=381 (50% of max value = 765). Red value is 11 (4.69% from 255 or 2.89% from 381); Green value is 219 (85.94% from 255 or 57.48% from 381); Blue value is 151 (59.38% from 255 or 39.63% from 381); Max value from RGB is 219 - color contains mainly: green. Hex color #0BDB97 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0BDB97 is #F42468. Grayscale: #959595. Windows color (decimal): -16000105 or 9952011. OLE color: 9952011.

HSL color Cylindrical-coordinate representation of color #0BDB97: hue angle of 160.38º 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 #0BDB97 is Cyan = 0.95, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.14.

Color convert

RGB 11 219 151 -
CMYK 0.95 0 0.31 0.14
HSL 160.38º 0.9% 0.45% -
HSV(B) 160.38º 0.95% 0.86% -
XYZ 31.06 52.97 37.87 -
YUV 149.06 129.09 29.53 -
System Red Green Blue C M Y K H S L
Decimal 11 219 151 0.95 0 0.31 0.14 160.38 0.9 0.45
Hex B DB 97 5F 0 1F E A0 5A 2D
Octal 13 333 227 137 0 37 16 240 132 55
Binary 1011 11011011 10010111 1011111 0 11111 1110 10100000 1011010 101101

Color Harmonies of #0BDB97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BDB97

Black with #0BDB97

Text Example


Text Example

White with #0BDB97

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,219,151); }

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

background-color css

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

 a { background-color: rgb(11,219,151); }

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

border-color css

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

 span { border-color: rgb(11,219,151); }

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