#9BEBAA

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

Shades of Celadon #9BEBAA

Tints of Celadon #9BEBAA

Color information

#9BEBAA (or 0x9BEBAA) is unknown color: approx Celadon. HEX triplet: 9B, EB and AA. RGB value is (155,235,170). Sum of RGB (Red+Green+Blue) = 155+235+170=560 (74% of max value = 765). Red value is 155 (60.94% from 255 or 27.68% from 560); Green value is 235 (92.19% from 255 or 41.96% from 560); Blue value is 170 (66.80% from 255 or 30.36% from 560); Max value from RGB is 235 - color contains mainly: green. Hex color #9BEBAA is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9BEBAA is #641455. Grayscale: #CBCBCB. Windows color (decimal): -6558806 or 11201435. OLE color: 11201435.

HSL color Cylindrical-coordinate representation of color #9BEBAA: hue angle of 131.25º degrees, saturation: 0.67, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9BEBAA is Cyan = 0.34, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.08.

Color convert

RGB155235170-
CMYK0.3400.280.08
HSL131.25º66.67%76.47%-
HSV(B)131.25º34.04%92.16%-
XYZ50.4869.2948.74-
YUV203.6710993.29-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 27.68%
GREEN value IS 235 (92.19% from 255) = 41.96%
BLUE value IS 170 (66.80% from 255) = 30.36%
R=27.68%
G=41.96%
B=30.36%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1552351700.3400.280.08131.2566.6776.47
Hex9BEBAA2201C883434c
Octal2333532524203410203103114
Binary10011011111010111010101010001001110010001000001110000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BEBAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,235,170); }

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

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

 a { background-color: rgb(155,235,170); }

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

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

 span { border-color: rgb(155,235,170); }

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