Html Css Color HEX #0BC896 Caribbean Green

📋 copy color: '#0BC896'

red 11 ◦ green 200 ◦ blue 150

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

Shades of Caribbean Green #0BC896

Tints of Caribbean Green #0BC896

RGB

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

 GREEN value IS 200 (78.52% from 255) = 55.4%

 BLUE value IS 150 (58.98% from 255) = 41.55%

R = 3.05%
G = 55.4%
B = 41.55%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.25

 K value IS 0.22

RGB Variations

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

Color information

#0BC896 (or 0x0BC896) is known color: Caribbean Green. HEX triplet: 0B, C8 and 96. RGB value is (11,200,150). Sum of RGB (Red+Green+Blue) = 11+200+150=361 (47% of max value = 765). Red value is 11 (4.69% from 255 or 3.05% from 361); Green value is 200 (78.52% from 255 or 55.40% from 361); Blue value is 150 (58.98% from 255 or 41.55% from 361); Max value from RGB is 200 - color contains mainly: green. Hex color #0BC896 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0BC896 is #F43769. Grayscale: #898989. Windows color (decimal): -16004970 or 9881611. OLE color: 9881611.

HSL color Cylindrical-coordinate representation of color #0BC896: hue angle of 164.13º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0BC896 is Cyan = 0.94, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.22.

Color convert

RGB 11 200 150 -
CMYK 0.94 0 0.25 0.22
HSL 164.13º 0.9% 0.41% -
HSV(B) 164.13º 0.95% 0.78% -
XYZ 26.3 43.58 35.88 -
YUV 137.79 134.88 37.57 -
System Red Green Blue C M Y K H S L
Decimal 11 200 150 0.94 0 0.25 0.22 164.13 0.9 0.41
Hex B C8 96 5E 0 19 16 A4 5A 29
Octal 13 310 226 136 0 31 26 244 132 51
Binary 1011 11001000 10010110 1011110 0 11001 10110 10100100 1011010 101001

Color Harmonies of #0BC896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BC896

Black with #0BC896

Text Example


Text Example

White with #0BC896

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,200,150); }

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

background-color css

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

 a { background-color: rgb(11,200,150); }

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

border-color css

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

 span { border-color: rgb(11,200,150); }

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