Html Css Color HEX #0BABAD Light Sea Green

📋 copy color: '#0BABAD'

red 11 ◦ green 171 ◦ blue 173

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

Shades of Light Sea Green #0BABAD

Tints of Light Sea Green #0BABAD

RGB

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

 GREEN value IS 171 (67.19% from 255) = 48.17%

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

R = 3.1%
G = 48.17%
B = 48.73%

CMYK

 C value IS 0.94

 M value IS 0.01

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#0BABAD (or 0x0BABAD) is known color: Light Sea Green. HEX triplet: 0B, AB and AD. RGB value is (11,171,173). Sum of RGB (Red+Green+Blue) = 11+171+173=355 (47% of max value = 765). Red value is 11 (4.69% from 255 or 3.10% from 355); Green value is 171 (67.19% from 255 or 48.17% from 355); Blue value is 173 (67.97% from 255 or 48.73% from 355); Max value from RGB is 173 - color contains mainly: blue. Hex color #0BABAD is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0BABAD is #F45452. Grayscale: #7B7B7B. Windows color (decimal): -16012371 or 11381515. OLE color: 11381515.

HSL color Cylindrical-coordinate representation of color #0BABAD: hue angle of 180.74º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0BABAD is Cyan = 0.94, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 11 171 173 -
CMYK 0.94 0.01 0 0.32
HSL 180.74º 0.88% 0.36% -
HSV(B) 180.74º 0.94% 0.68% -
XYZ 22.24 32.21 44.58 -
YUV 123.39 155.99 47.84 -
System Red Green Blue C M Y K H S L
Decimal 11 171 173 0.94 0.01 0 0.32 180.74 0.88 0.36
Hex B AB AD 5E 1 0 20 B5 58 24
Octal 13 253 255 136 1 0 40 265 130 44
Binary 1011 10101011 10101101 1011110 1 0 100000 10110101 1011000 100100

Color Harmonies of #0BABAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BABAD

Black with #0BABAD

Text Example


Text Example

White with #0BABAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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