Html Css Color HEX #0BD89C Caribbean Green

📋 copy color: '#0BD89C'

red 11 ◦ green 216 ◦ blue 156

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

Shades of Caribbean Green #0BD89C

Tints of Caribbean Green #0BD89C

RGB

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

 GREEN value IS 216 (84.77% from 255) = 56.4%

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

R = 2.87%
G = 56.4%
B = 40.73%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.28

 K value IS 0.15

RGB Variations

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

Color information

#0BD89C (or 0x0BD89C) is known color: Caribbean Green. HEX triplet: 0B, D8 and 9C. RGB value is (11,216,156). Sum of RGB (Red+Green+Blue) = 11+216+156=383 (50% of max value = 765). Red value is 11 (4.69% from 255 or 2.87% from 383); Green value is 216 (84.77% from 255 or 56.40% from 383); Blue value is 156 (61.33% from 255 or 40.73% from 383); Max value from RGB is 216 - color contains mainly: green. Hex color #0BD89C is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0BD89C is #F42763. Grayscale: #939393. Windows color (decimal): -16000868 or 10278923. OLE color: 10278923.

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

Color convert

RGB 11 216 156 -
CMYK 0.95 0 0.28 0.15
HSL 162.44º 0.9% 0.45% -
HSV(B) 162.44º 0.95% 0.85% -
XYZ 30.69 51.58 39.79 -
YUV 147.87 132.58 30.38 -
System Red Green Blue C M Y K H S L
Decimal 11 216 156 0.95 0 0.28 0.15 162.44 0.9 0.45
Hex B D8 9C 5F 0 1C F A2 5A 2D
Octal 13 330 234 137 0 34 17 242 132 55
Binary 1011 11011000 10011100 1011111 0 11100 1111 10100010 1011010 101101

Color Harmonies of #0BD89C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BD89C

Black with #0BD89C

Text Example


Text Example

White with #0BD89C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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