#9BECA7

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

Shades of Celadon #9BECA7

Tints of Celadon #9BECA7

Color information

#9BECA7 (or 0x9BECA7) is unknown color: approx Celadon. HEX triplet: 9B, EC and A7. RGB value is (155,236,167). Sum of RGB (Red+Green+Blue) = 155+236+167=558 (73% of max value = 765). Red value is 155 (60.94% from 255 or 27.78% from 558); Green value is 236 (92.58% from 255 or 42.29% from 558); Blue value is 167 (65.62% from 255 or 29.93% from 558); Max value from RGB is 236 - color contains mainly: green. Hex color #9BECA7 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9BECA7 is #641358. Grayscale: #CCCCCC. Windows color (decimal): -6558553 or 11005083. OLE color: 11005083.

HSL color Cylindrical-coordinate representation of color #9BECA7: hue angle of 128.89º 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 #9BECA7 is Cyan = 0.34, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.07.

Color convert

RGB155236167-
CMYK0.3400.290.07
HSL128.89º68.07%76.67%-
HSV(B)128.89º34.32%92.55%-
XYZ50.4969.7547.36-
YUV203.92107.1693.11-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 27.78%
GREEN value IS 236 (92.58% from 255) = 42.29%
BLUE value IS 167 (65.62% from 255) = 29.93%
R=27.78%
G=42.29%
B=29.93%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1552361670.3400.290.07128.8968.0776.67
Hex9BECA72201D781444d
Octal233354247420357201104115
Binary1001101111101100101001111000100111011111000000110001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BECA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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