#9FF8B6

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

Shades of Celadon #9FF8B6

Tints of Celadon #9FF8B6

Color information

#9FF8B6 (or 0x9FF8B6) is unknown color: approx Celadon. HEX triplet: 9F, F8 and B6. RGB value is (159,248,182). Sum of RGB (Red+Green+Blue) = 159+248+182=589 (78% of max value = 765). Red value is 159 (62.5% from 255 or 26.99% from 589); Green value is 248 (97.27% from 255 or 42.11% from 589); Blue value is 182 (71.48% from 255 or 30.90% from 589); Max value from RGB is 248 - color contains mainly: green. Hex color #9FF8B6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9FF8B6 is #600749. Grayscale: #D6D6D6. Windows color (decimal): -6293322 or 11991199. OLE color: 11991199.

HSL color Cylindrical-coordinate representation of color #9FF8B6: hue angle of 135.51º degrees, saturation: 0.86, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9FF8B6 is Cyan = 0.36, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.03.

Color convert

RGB159248182-
CMYK0.3600.270.03
HSL135.51º86.41%79.8%-
HSV(B)135.51º35.89%97.25%-
XYZ56.3177.8856.32-
YUV213.86110.0188.87-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 26.99%
GREEN value IS 248 (97.27% from 255) = 42.11%
BLUE value IS 182 (71.48% from 255) = 30.90%
R=26.99%
G=42.11%
B=30.90%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1592481820.3600.270.03135.5186.4179.8
Hex9FF8B62401B3885650
Octal237370266440333210126120
Binary100111111111100010110110100100011011111000100010101101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FF8B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,248,182); }

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

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

 a { background-color: rgb(159,248,182); }

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

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

 span { border-color: rgb(159,248,182); }

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