#0FAAA4

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

Shades of Light Sea Green #0FAAA4

Tints of Light Sea Green #0FAAA4

Color information

#0FAAA4 (or 0x0FAAA4) is unknown color: approx Light Sea Green. HEX triplet: 0F, AA and A4. RGB value is (15,170,164). Sum of RGB (Red+Green+Blue) = 15+170+164=349 (46% of max value = 765). Red value is 15 (6.25% from 255 or 4.30% from 349); Green value is 170 (66.80% from 255 or 48.71% from 349); Blue value is 164 (64.45% from 255 or 46.99% from 349); Max value from RGB is 170 - color contains mainly: green. Hex color #0FAAA4 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0FAAA4 is #F0555B. Grayscale: #7A7A7A. Windows color (decimal): -15750492 or 10791439. OLE color: 10791439.

HSL color Cylindrical-coordinate representation of color #0FAAA4: hue angle of 177.68º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0FAAA4 is Cyan = 0.91, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.33.

Color convert

RGB15170164-
CMYK0.9100.040.33
HSL177.68º83.78%36.27%-
HSV(B)177.68º91.18%66.67%-
XYZ21.2731.5340.09-
YUV122.97151.1550.99-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 4.30%
GREEN value IS 170 (66.80% from 255) = 48.71%
BLUE value IS 164 (64.45% from 255) = 46.99%
R=4.30%
G=48.71%
B=46.99%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal151701640.9100.040.33177.6883.7836.27
HexFAAA45B0421b25424
Octal17252244133044126212444
Binary1111101010101010010010110110100100001101100101010100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FAAA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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