#9BECAE

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

Shades of Celadon #9BECAE

Tints of Celadon #9BECAE

Color information

#9BECAE (or 0x9BECAE) is unknown color: approx Celadon. HEX triplet: 9B, EC and AE. RGB value is (155,236,174). Sum of RGB (Red+Green+Blue) = 155+236+174=565 (74% of max value = 765). Red value is 155 (60.94% from 255 or 27.43% from 565); Green value is 236 (92.58% from 255 or 41.77% from 565); Blue value is 174 (68.36% from 255 or 30.80% from 565); Max value from RGB is 236 - color contains mainly: green. Hex color #9BECAE is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9BECAE is #641351. Grayscale: #CCCCCC. Windows color (decimal): -6558546 or 11463835. OLE color: 11463835.

HSL color Cylindrical-coordinate representation of color #9BECAE: hue angle of 134.07º degrees, saturation: 0.68, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9BECAE is Cyan = 0.34, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.07.

Color convert

RGB155236174-
CMYK0.3400.260.07
HSL134.07º68.07%76.67%-
HSV(B)134.07º34.32%92.55%-
XYZ51.1570.0250.86-
YUV204.71110.6692.54-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 27.43%
GREEN value IS 236 (92.58% from 255) = 41.77%
BLUE value IS 174 (68.36% from 255) = 30.80%
R=27.43%
G=41.77%
B=30.80%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1552361740.3400.260.07134.0768.0776.67
Hex9BECAE2201A786444d
Octal233354256420327206104115
Binary1001101111101100101011101000100110101111000011010001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BECAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,236,174); }

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

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

 a { background-color: rgb(155,236,174); }

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

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

 span { border-color: rgb(155,236,174); }

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