#09AFAE

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

Shades of Light Sea Green #09AFAE

Tints of Light Sea Green #09AFAE

Color information

#09AFAE (or 0x09AFAE) is unknown color: approx Light Sea Green. HEX triplet: 09, AF and AE. RGB value is (9,175,174). Sum of RGB (Red+Green+Blue) = 9+175+174=358 (47% of max value = 765). Red value is 9 (3.91% from 255 or 2.51% from 358); Green value is 175 (68.75% from 255 or 48.88% from 358); Blue value is 174 (68.36% from 255 or 48.60% from 358); Max value from RGB is 175 - color contains mainly: green. Hex color #09AFAE is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #09AFAE is #F65051. Grayscale: #7D7D7D. Windows color (decimal): -16142418 or 11448073. OLE color: 11448073.

HSL color Cylindrical-coordinate representation of color #09AFAE: hue angle of 179.64º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #09AFAE is Cyan = 0.95, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.31.

Color convert

RGB9175174-
CMYK0.9500.010.31
HSL179.64º90.22%36.08%-
HSV(B)179.64º94.86%68.63%-
XYZ23.0833.7745.35-
YUV125.25155.545.08-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 2.51%
GREEN value IS 175 (68.75% from 255) = 48.88%
BLUE value IS 174 (68.36% from 255) = 48.60%
R=2.51%
G=48.88%
B=48.60%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal91751740.9500.010.31179.6490.2236.08
Hex9AFAE5F011Fb45a24
Octal11257256137013726413244
Binary1001101011111010111010111110111111101101001011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09AFAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #09AFAE; }

 p { color: rgb(9,175,174); }

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

<style>
 a { background-color: #09AFAE; }

 a { background-color: rgb(9,175,174); }

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

<style>
 span { border-color: #09AFAE; }

 span { border-color: rgb(9,175,174); }

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