Html Css Color HEX #0BABB0 Light Sea Green

📋 copy color: '#0BABB0'

red 11 ◦ green 171 ◦ blue 176

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

Shades of Light Sea Green #0BABB0

Tints of Light Sea Green #0BABB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 49.16%

R = 3.07%
G = 47.77%
B = 49.16%

CMYK

 C value IS 0.94

 M value IS 0.03

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#0BABB0 (or 0x0BABB0) is known color: Light Sea Green. HEX triplet: 0B, AB and B0. RGB value is (11,171,176). Sum of RGB (Red+Green+Blue) = 11+171+176=358 (47% of max value = 765). Red value is 11 (4.69% from 255 or 3.07% from 358); Green value is 171 (67.19% from 255 or 47.77% from 358); Blue value is 176 (69.14% from 255 or 49.16% from 358); Max value from RGB is 176 - color contains mainly: blue. Hex color #0BABB0 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0BABB0 is #F4544F. Grayscale: #7B7B7B. Windows color (decimal): -16012368 or 11578123. OLE color: 11578123.

HSL color Cylindrical-coordinate representation of color #0BABB0: hue angle of 181.82º degrees, saturation: 0.88, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0BABB0 is Cyan = 0.94, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 11 171 176 -
CMYK 0.94 0.03 0 0.31
HSL 181.82º 0.88% 0.37% -
HSV(B) 181.82º 0.94% 0.69% -
XYZ 22.54 32.33 46.13 -
YUV 123.73 157.49 47.59 -
System Red Green Blue C M Y K H S L
Decimal 11 171 176 0.94 0.03 0 0.31 181.82 0.88 0.37
Hex B AB B0 5E 3 0 1F B6 58 25
Octal 13 253 260 136 3 0 37 266 130 45
Binary 1011 10101011 10110000 1011110 11 0 11111 10110110 1011000 100101

Color Harmonies of #0BABB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BABB0

Black with #0BABB0

Text Example


Text Example

White with #0BABB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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