Html Css Color HEX #9CEAB0 Chinook

📋 copy color: '#9CEAB0'

red 156 ◦ green 234 ◦ blue 176

#9CEAB0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Chinook #9CEAB0

Tints of Chinook #9CEAB0

RGB

 RED value IS 156 (61.33% from 255) = 27.56%

 GREEN value IS 234 (91.8% from 255) = 41.34%

 BLUE value IS 176 (69.14% from 255) = 31.1%

R = 27.56%
G = 41.34%
B = 31.1%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.25

 K value IS 0.08

RGB Variations

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

Color information

#9CEAB0 (or 0x9CEAB0) is known color: 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

RGB 156 234 176 -
CMYK 0.33 0 0.25 0.08
HSL 135.38º 0.65% 0.76% -
HSV(B) 135.38º 0.33% 0.92% -
XYZ 50.97 69.05 51.72 -
YUV 204.07 112.16 93.72 -
System Red Green Blue C M Y K H S L
Decimal 156 234 176 0.33 0 0.25 0.08 135.38 0.65 0.76
Hex 9C EA B0 21 0 19 8 87 41 4C
Octal 234 352 260 41 0 31 10 207 101 114
Binary 10011100 11101010 10110000 100001 0 11001 1000 10000111 1000001 1001100

Color Harmonies of #9CEAB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CEAB0

Black with #9CEAB0

Text Example


Text Example

White with #9CEAB0

Text Example


Text Example

HTML Codes & Css Web 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>