Html Css Color HEX #0BAAAF Light Sea Green

📋 copy color: '#0BAAAF'

red 11 ◦ green 170 ◦ blue 175

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

Shades of Light Sea Green #0BAAAF

Tints of Light Sea Green #0BAAAF

RGB

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

 GREEN value IS 170 (66.8% from 255) = 47.75%

 BLUE value IS 175 (68.75% from 255) = 49.16%

R = 3.09%
G = 47.75%
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

#0BAAAF (or 0x0BAAAF) is known color: Light Sea Green. HEX triplet: 0B, AA and AF. RGB value is (11,170,175). Sum of RGB (Red+Green+Blue) = 11+170+175=356 (47% of max value = 765). Red value is 11 (4.69% from 255 or 3.09% from 356); Green value is 170 (66.80% from 255 or 47.75% from 356); Blue value is 175 (68.75% from 255 or 49.16% from 356); Max value from RGB is 175 - color contains mainly: blue. Hex color #0BAAAF is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0BAAAF is #F45550. Grayscale: #7A7A7A. Windows color (decimal): -16012625 or 11512331. OLE color: 11512331.

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

Color convert

RGB 11 170 175 -
CMYK 0.94 0.03 0 0.31
HSL 181.83º 0.88% 0.36% -
HSV(B) 181.83º 0.94% 0.69% -
XYZ 22.25 31.92 45.55 -
YUV 123.03 157.32 48.09 -
System Red Green Blue C M Y K H S L
Decimal 11 170 175 0.94 0.03 0 0.31 181.83 0.88 0.36
Hex B AA AF 5E 3 0 1F B6 58 24
Octal 13 252 257 136 3 0 37 266 130 44
Binary 1011 10101010 10101111 1011110 11 0 11111 10110110 1011000 100100

Color Harmonies of #0BAAAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BAAAF

Black with #0BAAAF

Text Example


Text Example

White with #0BAAAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,170,175); }

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

background-color css

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

 a { background-color: rgb(11,170,175); }

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

border-color css

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

 span { border-color: rgb(11,170,175); }

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