#0FAEA4

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

Shades of Light Sea Green #0FAEA4

Tints of Light Sea Green #0FAEA4

Color information

#0FAEA4 (or 0x0FAEA4) is unknown color: approx Light Sea Green. HEX triplet: 0F, AE and A4. RGB value is (15,174,164). Sum of RGB (Red+Green+Blue) = 15+174+164=353 (46% of max value = 765). Red value is 15 (6.25% from 255 or 4.25% from 353); Green value is 174 (68.36% from 255 or 49.29% from 353); Blue value is 164 (64.45% from 255 or 46.46% from 353); Max value from RGB is 174 - color contains mainly: green. Hex color #0FAEA4 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0FAEA4 is #F0515B. Grayscale: #7D7D7D. Windows color (decimal): -15749468 or 10792463. OLE color: 10792463.

HSL color Cylindrical-coordinate representation of color #0FAEA4: hue angle of 176.23º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0FAEA4 is Cyan = 0.91, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.32.

Color convert

RGB15174164-
CMYK0.9100.060.32
HSL176.23º84.13%37.06%-
HSV(B)176.23º91.38%68.24%-
XYZ22.0333.0540.34-
YUV125.32149.8249.31-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 4.25%
GREEN value IS 174 (68.36% from 255) = 49.29%
BLUE value IS 164 (64.45% from 255) = 46.46%
R=4.25%
G=49.29%
B=46.46%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal151741640.9100.060.32176.2384.1337.06
HexFAEA45B0620b05425
Octal17256244133064026012445
Binary1111101011101010010010110110110100000101100001010100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FAEA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,174,164); }

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

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

 a { background-color: rgb(15,174,164); }

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

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

 span { border-color: rgb(15,174,164); }

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