Html Css Color HEX #0BB5AD Light Sea Green

📋 copy color: '#0BB5AD'

red 11 ◦ green 181 ◦ blue 173

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

Shades of Light Sea Green #0BB5AD

Tints of Light Sea Green #0BB5AD

RGB

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

 GREEN value IS 181 (71.09% from 255) = 49.59%

 BLUE value IS 173 (67.97% from 255) = 47.4%

R = 3.01%
G = 49.59%
B = 47.4%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.04

 K value IS 0.29

RGB Variations

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

Color information

#0BB5AD (or 0x0BB5AD) is known color: Light Sea Green. HEX triplet: 0B, B5 and AD. RGB value is (11,181,173). Sum of RGB (Red+Green+Blue) = 11+181+173=365 (48% of max value = 765). Red value is 11 (4.69% from 255 or 3.01% from 365); Green value is 181 (71.09% from 255 or 49.59% from 365); Blue value is 173 (67.97% from 255 or 47.40% from 365); Max value from RGB is 181 - color contains mainly: green. Hex color #0BB5AD is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0BB5AD is #F44A52. Grayscale: #818181. Windows color (decimal): -16009811 or 11384075. OLE color: 11384075.

HSL color Cylindrical-coordinate representation of color #0BB5AD: hue angle of 177.18º degrees, saturation: 0.89, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0BB5AD is Cyan = 0.94, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.29.

Color convert

RGB 11 181 173 -
CMYK 0.94 0 0.04 0.29
HSL 177.18º 0.89% 0.38% -
HSV(B) 177.18º 0.94% 0.71% -
XYZ 24.2 36.14 45.23 -
YUV 129.26 152.68 43.65 -
System Red Green Blue C M Y K H S L
Decimal 11 181 173 0.94 0 0.04 0.29 177.18 0.89 0.38
Hex B B5 AD 5E 0 4 1D B1 59 26
Octal 13 265 255 136 0 4 35 261 131 46
Binary 1011 10110101 10101101 1011110 0 100 11101 10110001 1011001 100110

Color Harmonies of #0BB5AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BB5AD

Black with #0BB5AD

Text Example


Text Example

White with #0BB5AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,181,173); }

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

background-color css

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

 a { background-color: rgb(11,181,173); }

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

border-color css

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

 span { border-color: rgb(11,181,173); }

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