#99F1B1

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

Shades of Celadon #99F1B1

Tints of Celadon #99F1B1

Color information

#99F1B1 (or 0x99F1B1) is unknown color: approx Celadon. HEX triplet: 99, F1 and B1. RGB value is (153,241,177). Sum of RGB (Red+Green+Blue) = 153+241+177=571 (75% of max value = 765). Red value is 153 (60.16% from 255 or 26.80% from 571); Green value is 241 (94.53% from 255 or 42.21% from 571); Blue value is 177 (69.53% from 255 or 31.00% from 571); Max value from RGB is 241 - color contains mainly: green. Hex color #99F1B1 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #99F1B1 is #660E4E. Grayscale: #CFCFCF. Windows color (decimal): -6688335 or 11661721. OLE color: 11661721.

HSL color Cylindrical-coordinate representation of color #99F1B1: hue angle of 136.36º 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 #99F1B1 is Cyan = 0.37, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.05.

Color convert

RGB153241177-
CMYK0.3700.270.05
HSL136.36º75.86%77.25%-
HSV(B)136.36º36.51%94.51%-
XYZ52.5372.8652.89-
YUV207.39110.8589.2-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 26.80%
GREEN value IS 241 (94.53% from 255) = 42.21%
BLUE value IS 177 (69.53% from 255) = 31.00%
R=26.80%
G=42.21%
B=31.00%

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
Decimal1532411770.3700.270.05136.3675.8677.25
Hex99F1B12501B5884c4d
Octal231361261450335210114115
Binary1001100111110001101100011001010110111011000100010011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99F1B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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