#9BFCB6

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

Shades of Celadon #9BFCB6

Tints of Celadon #9BFCB6

Color information

#9BFCB6 (or 0x9BFCB6) is unknown color: approx Celadon. HEX triplet: 9B, FC and B6. RGB value is (155,252,182). Sum of RGB (Red+Green+Blue) = 155+252+182=589 (78% of max value = 765). Red value is 155 (60.94% from 255 or 26.32% from 589); Green value is 252 (98.83% from 255 or 42.78% from 589); Blue value is 182 (71.48% from 255 or 30.90% from 589); Max value from RGB is 252 - color contains mainly: green. Hex color #9BFCB6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9BFCB6 is #640349. Grayscale: #D7D7D7. Windows color (decimal): -6554442 or 11992219. OLE color: 11992219.

HSL color Cylindrical-coordinate representation of color #9BFCB6: hue angle of 136.7º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9BFCB6 is Cyan = 0.38, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.01.

Color convert

RGB155252182-
CMYK0.3800.280.01
HSL136.7º94.17%79.8%-
HSV(B)136.7º38.49%98.82%-
XYZ56.7779.9756.7-
YUV215.02109.3685.19-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 26.32%
GREEN value IS 252 (98.83% from 255) = 42.78%
BLUE value IS 182 (71.48% from 255) = 30.90%
R=26.32%
G=42.78%
B=30.90%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1552521820.3800.280.01136.794.1779.8
Hex9BFCB62601C1895e50
Octal233374266460341211136120
Binary10011011111111001011011010011001110011000100110111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BFCB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,252,182); }

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

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

 a { background-color: rgb(155,252,182); }

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

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

 span { border-color: rgb(155,252,182); }

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