#0AAFB1

Color #0AAFB1 Light Sea Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Sea Green #0AAFB1

Tints of Light Sea Green #0AAFB1

Color information

#0AAFB1 (or 0x0AAFB1) is unknown color: approx Light Sea Green. HEX triplet: 0A, AF and B1. RGB value is (10,175,177). Sum of RGB (Red+Green+Blue) = 10+175+177=362 (47% of max value = 765). Red value is 10 (4.30% from 255 or 2.76% from 362); Green value is 175 (68.75% from 255 or 48.34% from 362); Blue value is 177 (69.53% from 255 or 48.90% from 362); Max value from RGB is 177 - color contains mainly: blue. Hex color #0AAFB1 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0AAFB1 is #F5504E. Grayscale: #7D7D7D. Windows color (decimal): -16076879 or 11644682. OLE color: 11644682.

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

Color convert

RGB10175177-
CMYK0.940.0100.31
HSL180.72º89.3%36.67%-
HSV(B)180.72º94.35%69.41%-
XYZ23.3933.946.91-
YUV125.89156.8445.34-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 2.76%
GREEN value IS 175 (68.75% from 255) = 48.34%
BLUE value IS 177 (69.53% from 255) = 48.90%
R=2.76%
G=48.34%
B=48.90%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal101751770.940.0100.31180.7289.336.67
HexAAFB15E101Fb55925
Octal12257261136103726513145
Binary1010101011111011000110111101011111101101011011001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0AAFB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,175,177); }

 H1.HeaderClassName
 {
   color: #0AAFB1;
 }
 .AnyTagClassName
 {
   color: #0AAFB1;
 }
</style>
background-color css

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

 a { background-color: rgb(10,175,177); }

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

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

 span { border-color: rgb(10,175,177); }

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