#9FF3B6

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

Shades of Celadon #9FF3B6

Tints of Celadon #9FF3B6

Color information

#9FF3B6 (or 0x9FF3B6) is unknown color: approx Celadon. HEX triplet: 9F, F3 and B6. RGB value is (159,243,182). Sum of RGB (Red+Green+Blue) = 159+243+182=584 (77% of max value = 765). Red value is 159 (62.5% from 255 or 27.23% from 584); Green value is 243 (95.31% from 255 or 41.61% from 584); Blue value is 182 (71.48% from 255 or 31.16% from 584); Max value from RGB is 243 - color contains mainly: green. Hex color #9FF3B6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9FF3B6 is #600C49. Grayscale: #D3D3D3. Windows color (decimal): -6294602 or 11989919. OLE color: 11989919.

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

Color convert

RGB159243182-
CMYK0.3500.250.05
HSL136.43º77.78%78.82%-
HSV(B)136.43º34.57%95.29%-
XYZ54.7974.8555.82-
YUV210.93111.6790.96-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 27.23%
GREEN value IS 243 (95.31% from 255) = 41.61%
BLUE value IS 182 (71.48% from 255) = 31.16%
R=27.23%
G=41.61%
B=31.16%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1592431820.3500.250.05136.4377.7878.82
Hex9FF3B6230195884e4f
Octal237363266430315210116117
Binary1001111111110011101101101000110110011011000100010011101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FF3B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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