Html Css Color HEX #0BABAF Light Sea Green

📋 copy color: '#0BABAF'

red 11 ◦ green 171 ◦ blue 175

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

Shades of Light Sea Green #0BABAF

Tints of Light Sea Green #0BABAF

RGB

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

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

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

R = 3.08%
G = 47.9%
B = 49.02%

CMYK

 C value IS 0.94

 M value IS 0.02

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#0BABAF (or 0x0BABAF) is known color: Light Sea Green. HEX triplet: 0B, AB and AF. RGB value is (11,171,175). Sum of RGB (Red+Green+Blue) = 11+171+175=357 (47% of max value = 765). Red value is 11 (4.69% from 255 or 3.08% from 357); Green value is 171 (67.19% from 255 or 47.90% from 357); Blue value is 175 (68.75% from 255 or 49.02% from 357); Max value from RGB is 175 - color contains mainly: blue. Hex color #0BABAF is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0BABAF is #F45450. Grayscale: #7B7B7B. Windows color (decimal): -16012369 or 11512587. OLE color: 11512587.

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

Color convert

RGB 11 171 175 -
CMYK 0.94 0.02 0 0.31
HSL 181.46º 0.88% 0.36% -
HSV(B) 181.46º 0.94% 0.69% -
XYZ 22.44 32.29 45.61 -
YUV 123.62 156.99 47.67 -
System Red Green Blue C M Y K H S L
Decimal 11 171 175 0.94 0.02 0 0.31 181.46 0.88 0.36
Hex B AB AF 5E 2 0 1F B5 58 24
Octal 13 253 257 136 2 0 37 265 130 44
Binary 1011 10101011 10101111 1011110 10 0 11111 10110101 1011000 100100

Color Harmonies of #0BABAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BABAF

Black with #0BABAF

Text Example


Text Example

White with #0BABAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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