#9FF1AA

Color #9FF1AA Celadon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Celadon #9FF1AA

Tints of Celadon #9FF1AA

Color information

#9FF1AA (or 0x9FF1AA) is unknown color: approx Celadon. HEX triplet: 9F, F1 and AA. RGB value is (159,241,170). Sum of RGB (Red+Green+Blue) = 159+241+170=570 (75% of max value = 765). Red value is 159 (62.5% from 255 or 27.89% from 570); Green value is 241 (94.53% from 255 or 42.28% from 570); Blue value is 170 (66.80% from 255 or 29.82% from 570); Max value from RGB is 241 - color contains mainly: green. Hex color #9FF1AA is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9FF1AA is #600E55. Grayscale: #D0D0D0. Windows color (decimal): -6295126 or 11202975. OLE color: 11202975.

HSL color Cylindrical-coordinate representation of color #9FF1AA: hue angle of 128.05º degrees, saturation: 0.75, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9FF1AA is Cyan = 0.34, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.05.

Color convert

RGB159241170-
CMYK0.3400.290.05
HSL128.05º74.55%78.43%-
HSV(B)128.05º34.02%94.51%-
XYZ53.0173.1849.36-
YUV208.39106.3392.77-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 27.89%
GREEN value IS 241 (94.53% from 255) = 42.28%
BLUE value IS 170 (66.80% from 255) = 29.82%
R=27.89%
G=42.28%
B=29.82%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1592411700.3400.290.05128.0574.5578.43
Hex9FF1AA2201D5804b4e
Octal237361252420355200113116
Binary1001111111110001101010101000100111011011000000010010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FF1AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9FF1AA; }

 p { color: rgb(159,241,170); }

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

<style>
 a { background-color: #9FF1AA; }

 a { background-color: rgb(159,241,170); }

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

<style>
 span { border-color: #9FF1AA; }

 span { border-color: rgb(159,241,170); }

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