Html Css Color HEX #0BAAAB Light Sea Green

📋 copy color: '#0BAAAB'

red 11 ◦ green 170 ◦ blue 171

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

Shades of Light Sea Green #0BAAAB

Tints of Light Sea Green #0BAAAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 48.58%

R = 3.13%
G = 48.3%
B = 48.58%

CMYK

 C value IS 0.94

 M value IS 0.01

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0BAAAB (or 0x0BAAAB) is known color: Light Sea Green. HEX triplet: 0B, AA and AB. RGB value is (11,170,171). Sum of RGB (Red+Green+Blue) = 11+170+171=352 (46% of max value = 765). Red value is 11 (4.69% from 255 or 3.12% from 352); Green value is 170 (66.80% from 255 or 48.30% from 352); Blue value is 171 (67.19% from 255 or 48.58% from 352); Max value from RGB is 171 - color contains mainly: blue. Hex color #0BAAAB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0BAAAB is #F45554. Grayscale: #7A7A7A. Windows color (decimal): -16012629 or 11250187. OLE color: 11250187.

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

Color convert

RGB 11 170 171 -
CMYK 0.94 0.01 0 0.33
HSL 180.38º 0.88% 0.36% -
HSV(B) 180.38º 0.94% 0.67% -
XYZ 21.86 31.76 43.51 -
YUV 122.57 155.32 48.42 -
System Red Green Blue C M Y K H S L
Decimal 11 170 171 0.94 0.01 0 0.33 180.38 0.88 0.36
Hex B AA AB 5E 1 0 21 B4 58 24
Octal 13 252 253 136 1 0 41 264 130 44
Binary 1011 10101010 10101011 1011110 1 0 100001 10110100 1011000 100100

Color Harmonies of #0BAAAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BAAAB

Black with #0BAAAB

Text Example


Text Example

White with #0BAAAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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