Html Css Color HEX #0BA9B0 Light Sea Green

📋 copy color: '#0BA9B0'

red 11 ◦ green 169 ◦ blue 176

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

Shades of Light Sea Green #0BA9B0

Tints of Light Sea Green #0BA9B0

RGB

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

 GREEN value IS 169 (66.41% from 255) = 47.47%

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

R = 3.09%
G = 47.47%
B = 49.44%

CMYK

 C value IS 0.94

 M value IS 0.04

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#0BA9B0 (or 0x0BA9B0) is known color: Light Sea Green. HEX triplet: 0B, A9 and B0. RGB value is (11,169,176). Sum of RGB (Red+Green+Blue) = 11+169+176=356 (47% of max value = 765). Red value is 11 (4.69% from 255 or 3.09% from 356); Green value is 169 (66.41% from 255 or 47.47% from 356); Blue value is 176 (69.14% from 255 or 49.44% from 356); Max value from RGB is 176 - color contains mainly: blue. Hex color #0BA9B0 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0BA9B0 is #F4564F. Grayscale: #7A7A7A. Windows color (decimal): -16012880 or 11577611. OLE color: 11577611.

HSL color Cylindrical-coordinate representation of color #0BA9B0: hue angle of 182.55º 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 #0BA9B0 is Cyan = 0.94, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 11 169 176 -
CMYK 0.94 0.04 0 0.31
HSL 182.55º 0.88% 0.37% -
HSV(B) 182.55º 0.94% 0.69% -
XYZ 22.16 31.58 46 -
YUV 122.56 158.15 48.43 -
System Red Green Blue C M Y K H S L
Decimal 11 169 176 0.94 0.04 0 0.31 182.55 0.88 0.37
Hex B A9 B0 5E 4 0 1F B7 58 25
Octal 13 251 260 136 4 0 37 267 130 45
Binary 1011 10101001 10110000 1011110 100 0 11111 10110111 1011000 100101

Color Harmonies of #0BA9B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BA9B0

Black with #0BA9B0

Text Example


Text Example

White with #0BA9B0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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