#99F1AF

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

Shades of Celadon #99F1AF

Tints of Celadon #99F1AF

Color information

#99F1AF (or 0x99F1AF) is unknown color: approx Celadon. HEX triplet: 99, F1 and AF. RGB value is (153,241,175). Sum of RGB (Red+Green+Blue) = 153+241+175=569 (75% of max value = 765). Red value is 153 (60.16% from 255 or 26.89% from 569); Green value is 241 (94.53% from 255 or 42.36% from 569); Blue value is 175 (68.75% from 255 or 30.76% from 569); Max value from RGB is 241 - color contains mainly: green. Hex color #99F1AF is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #99F1AF is #660E50. Grayscale: #CFCFCF. Windows color (decimal): -6688337 or 11530649. OLE color: 11530649.

HSL color Cylindrical-coordinate representation of color #99F1AF: hue angle of 135º degrees, saturation: 0.76, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #99F1AF is Cyan = 0.37, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.05.

Color convert

RGB153241175-
CMYK0.3700.270.05
HSL135º75.86%77.25%-
HSV(B)135º36.51%94.51%-
XYZ52.3372.7851.85-
YUV207.16109.8589.37-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 26.89%
GREEN value IS 241 (94.53% from 255) = 42.36%
BLUE value IS 175 (68.75% from 255) = 30.76%
R=26.89%
G=42.36%
B=30.76%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1532411750.3700.270.0513575.8677.25
Hex99F1AF2501B5874c4d
Octal231361257450335207114115
Binary1001100111110001101011111001010110111011000011110011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99F1AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99F1AF; }

 p { color: rgb(153,241,175); }

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

<style>
 a { background-color: #99F1AF; }

 a { background-color: rgb(153,241,175); }

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

<style>
 span { border-color: #99F1AF; }

 span { border-color: rgb(153,241,175); }

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