#9CEAB0

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

Shades of Chinook #9CEAB0

Tints of Chinook #9CEAB0

Color information

#9CEAB0 (or 0x9CEAB0) is unknown color: approx Chinook. HEX triplet: 9C, EA and B0. RGB value is (156,234,176). Sum of RGB (Red+Green+Blue) = 156+234+176=566 (74% of max value = 765). Red value is 156 (61.33% from 255 or 27.56% from 566); Green value is 234 (91.80% from 255 or 41.34% from 566); Blue value is 176 (69.14% from 255 or 31.10% from 566); Max value from RGB is 234 - color contains mainly: green. Hex color #9CEAB0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9CEAB0 is #63154F. Grayscale: #CCCCCC. Windows color (decimal): -6493520 or 11594396. OLE color: 11594396.

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

Color convert

RGB156234176-
CMYK0.3300.250.08
HSL135.38º65%76.47%-
HSV(B)135.38º33.33%91.76%-
XYZ50.9769.0551.72-
YUV204.07112.1693.72-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 27.56%
GREEN value IS 234 (91.80% from 255) = 41.34%
BLUE value IS 176 (69.14% from 255) = 31.10%
R=27.56%
G=41.34%
B=31.10%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1562341760.3300.250.08135.386576.47
Hex9CEAB021019887414c
Octal2343522604103110207101114
Binary10011100111010101011000010000101100110001000011110000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CEAB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,234,176); }

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

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

 a { background-color: rgb(156,234,176); }

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

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

 span { border-color: rgb(156,234,176); }

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