Html Css Color HEX #0BA9AF Light Sea Green

📋 copy color: '#0BA9AF'

red 11 ◦ green 169 ◦ blue 175

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

Shades of Light Sea Green #0BA9AF

Tints of Light Sea Green #0BA9AF

RGB

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

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

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

R = 3.1%
G = 47.61%
B = 49.3%

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

#0BA9AF (or 0x0BA9AF) is known color: Light Sea Green. HEX triplet: 0B, A9 and AF. RGB value is (11,169,175). Sum of RGB (Red+Green+Blue) = 11+169+175=355 (47% of max value = 765). Red value is 11 (4.69% from 255 or 3.10% from 355); Green value is 169 (66.41% from 255 or 47.61% from 355); Blue value is 175 (68.75% from 255 or 49.30% from 355); Max value from RGB is 175 - color contains mainly: blue. Hex color #0BA9AF is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0BA9AF is #F45650. Grayscale: #7A7A7A. Windows color (decimal): -16012881 or 11512075. OLE color: 11512075.

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

Color convert

RGB 11 169 175 -
CMYK 0.94 0.03 0 0.31
HSL 182.2º 0.88% 0.36% -
HSV(B) 182.2º 0.94% 0.69% -
XYZ 22.06 31.54 45.48 -
YUV 122.44 157.65 48.51 -
System Red Green Blue C M Y K H S L
Decimal 11 169 175 0.94 0.03 0 0.31 182.2 0.88 0.36
Hex B A9 AF 5E 3 0 1F B6 58 24
Octal 13 251 257 136 3 0 37 266 130 44
Binary 1011 10101001 10101111 1011110 11 0 11111 10110110 1011000 100100

Color Harmonies of #0BA9AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BA9AF

Black with #0BA9AF

Text Example


Text Example

White with #0BA9AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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