Html Css Color HEX #0BBCA8 Light Sea Green

📋 copy color: '#0BBCA8'

red 11 ◦ green 188 ◦ blue 168

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

Shades of Light Sea Green #0BBCA8

Tints of Light Sea Green #0BBCA8

RGB

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

 GREEN value IS 188 (73.83% from 255) = 51.23%

 BLUE value IS 168 (66.02% from 255) = 45.78%

R = 3%
G = 51.23%
B = 45.78%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.11

 K value IS 0.26

RGB Variations

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

Color information

#0BBCA8 (or 0x0BBCA8) is known color: Light Sea Green. HEX triplet: 0B, BC and A8. RGB value is (11,188,168). Sum of RGB (Red+Green+Blue) = 11+188+168=367 (48% of max value = 765). Red value is 11 (4.69% from 255 or 3.00% from 367); Green value is 188 (73.83% from 255 or 51.23% from 367); Blue value is 168 (66.02% from 255 or 45.78% from 367); Max value from RGB is 188 - color contains mainly: green. Hex color #0BBCA8 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0BBCA8 is #F44357. Grayscale: #848484. Windows color (decimal): -16008024 or 11058187. OLE color: 11058187.

HSL color Cylindrical-coordinate representation of color #0BBCA8: hue angle of 173.22º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0BBCA8 is Cyan = 0.94, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.26.

Color convert

RGB 11 188 168 -
CMYK 0.94 0 0.11 0.26
HSL 173.22º 0.89% 0.39% -
HSV(B) 173.22º 0.94% 0.74% -
XYZ 25.19 38.86 43.22 -
YUV 132.8 147.86 41.13 -
System Red Green Blue C M Y K H S L
Decimal 11 188 168 0.94 0 0.11 0.26 173.22 0.89 0.39
Hex B BC A8 5E 0 B 1A AD 59 27
Octal 13 274 250 136 0 13 32 255 131 47
Binary 1011 10111100 10101000 1011110 0 1011 11010 10101101 1011001 100111

Color Harmonies of #0BBCA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BBCA8

Black with #0BBCA8

Text Example


Text Example

White with #0BBCA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,188,168); }

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

background-color css

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

 a { background-color: rgb(11,188,168); }

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

border-color css

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

 span { border-color: rgb(11,188,168); }

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