#9BFAB7

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

Shades of Celadon #9BFAB7

Tints of Celadon #9BFAB7

Color information

#9BFAB7 (or 0x9BFAB7) is unknown color: approx Celadon. HEX triplet: 9B, FA and B7. RGB value is (155,250,183). Sum of RGB (Red+Green+Blue) = 155+250+183=588 (77% of max value = 765). Red value is 155 (60.94% from 255 or 26.36% from 588); Green value is 250 (98.05% from 255 or 42.52% from 588); Blue value is 183 (71.88% from 255 or 31.12% from 588); Max value from RGB is 250 - color contains mainly: green. Hex color #9BFAB7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9BFAB7 is #640548. Grayscale: #D6D6D6. Windows color (decimal): -6554953 or 12057243. OLE color: 12057243.

HSL color Cylindrical-coordinate representation of color #9BFAB7: hue angle of 137.68º degrees, saturation: 0.9, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9BFAB7 is Cyan = 0.38, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.02.

Color convert

RGB155250183-
CMYK0.3800.270.02
HSL137.68º90.48%79.41%-
HSV(B)137.68º38%98.04%-
XYZ56.2578.7657.04-
YUV213.96110.5385.95-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 26.36%
GREEN value IS 250 (98.05% from 255) = 42.52%
BLUE value IS 183 (71.88% from 255) = 31.12%
R=26.36%
G=42.52%
B=31.12%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1552501830.3800.270.02137.6890.4879.41
Hex9BFAB72601B28a5a4f
Octal233372267460332212132117
Binary100110111111101010110111100110011011101000101010110101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BFAB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,250,183); }

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

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

 a { background-color: rgb(155,250,183); }

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

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

 span { border-color: rgb(155,250,183); }

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