#0FAAA3

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

Shades of Light Sea Green #0FAAA3

Tints of Light Sea Green #0FAAA3

Color information

#0FAAA3 (or 0x0FAAA3) is unknown color: approx Light Sea Green. HEX triplet: 0F, AA and A3. RGB value is (15,170,163). Sum of RGB (Red+Green+Blue) = 15+170+163=348 (46% of max value = 765). Red value is 15 (6.25% from 255 or 4.31% from 348); Green value is 170 (66.80% from 255 or 48.85% from 348); Blue value is 163 (64.06% from 255 or 46.84% from 348); Max value from RGB is 170 - color contains mainly: green. Hex color #0FAAA3 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0FAAA3 is #F0555C. Grayscale: #7A7A7A. Windows color (decimal): -15750493 or 10725903. OLE color: 10725903.

HSL color Cylindrical-coordinate representation of color #0FAAA3: hue angle of 177.29º 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 #0FAAA3 is Cyan = 0.91, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.33.

Color convert

RGB15170163-
CMYK0.9100.040.33
HSL177.29º83.78%36.27%-
HSV(B)177.29º91.18%66.67%-
XYZ21.1831.539.61-
YUV122.86150.6551.07-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 4.31%
GREEN value IS 170 (66.80% from 255) = 48.85%
BLUE value IS 163 (64.06% from 255) = 46.84%
R=4.31%
G=48.85%
B=46.84%

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
Decimal151701630.9100.040.33177.2983.7836.27
HexFAAA35B0421b15424
Octal17252243133044126112444
Binary1111101010101010001110110110100100001101100011010100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FAAA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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