#9BEDAE

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

Shades of Celadon #9BEDAE

Tints of Celadon #9BEDAE

Color information

#9BEDAE (or 0x9BEDAE) is unknown color: approx Celadon. HEX triplet: 9B, ED and AE. RGB value is (155,237,174). Sum of RGB (Red+Green+Blue) = 155+237+174=566 (74% of max value = 765). Red value is 155 (60.94% from 255 or 27.39% from 566); Green value is 237 (92.97% from 255 or 41.87% from 566); Blue value is 174 (68.36% from 255 or 30.74% from 566); Max value from RGB is 237 - color contains mainly: green. Hex color #9BEDAE is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9BEDAE is #641251. Grayscale: #CDCDCD. Windows color (decimal): -6558290 or 11464091. OLE color: 11464091.

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

Color convert

RGB155237174-
CMYK0.3500.270.07
HSL133.9º69.49%76.86%-
HSV(B)133.9º34.6%92.94%-
XYZ51.4470.5950.96-
YUV205.3110.3392.12-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 27.39%
GREEN value IS 237 (92.97% from 255) = 41.87%
BLUE value IS 174 (68.36% from 255) = 30.74%
R=27.39%
G=41.87%
B=30.74%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1552371740.3500.270.07133.969.4976.86
Hex9BEDAE2301B786454d
Octal233355256430337206105115
Binary1001101111101101101011101000110110111111000011010001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BEDAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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