#9BEAA6

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

Shades of Celadon #9BEAA6

Tints of Celadon #9BEAA6

Color information

#9BEAA6 (or 0x9BEAA6) is unknown color: approx Celadon. HEX triplet: 9B, EA and A6. RGB value is (155,234,166). Sum of RGB (Red+Green+Blue) = 155+234+166=555 (73% of max value = 765). Red value is 155 (60.94% from 255 or 27.93% from 555); Green value is 234 (91.80% from 255 or 42.16% from 555); Blue value is 166 (65.23% from 255 or 29.91% from 555); Max value from RGB is 234 - color contains mainly: green. Hex color #9BEAA6 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9BEAA6 is #641559. Grayscale: #CACACA. Windows color (decimal): -6559066 or 10939035. OLE color: 10939035.

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

Color convert

RGB155234166-
CMYK0.3400.290.08
HSL128.35º65.29%76.27%-
HSV(B)128.35º33.76%91.76%-
XYZ49.8268.5746.69-
YUV202.63107.3394.03-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 27.93%
GREEN value IS 234 (91.80% from 255) = 42.16%
BLUE value IS 166 (65.23% from 255) = 29.91%
R=27.93%
G=42.16%
B=29.91%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1552341660.3400.290.08128.3565.2976.27
Hex9BEAA62201D880414c
Octal2333522464203510200101114
Binary10011011111010101010011010001001110110001000000010000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BEAA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,234,166); }

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

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

 a { background-color: rgb(155,234,166); }

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

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

 span { border-color: rgb(155,234,166); }

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