Html Css Color HEX #A0CEAD Chinook

📋 copy color: '#A0CEAD'

red 160 ◦ green 206 ◦ blue 173

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

Shades of Chinook #A0CEAD

Tints of Chinook #A0CEAD

RGB

 RED value IS 160 (62.89% from 255) = 29.68%

 GREEN value IS 206 (80.86% from 255) = 38.22%

 BLUE value IS 173 (67.97% from 255) = 32.1%

R = 29.68%
G = 38.22%
B = 32.1%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.16

 K value IS 0.19

RGB Variations

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

Color information

#A0CEAD (or 0xA0CEAD) is known color: Chinook. HEX triplet: A0, CE and AD. RGB value is (160,206,173). Sum of RGB (Red+Green+Blue) = 160+206+173=539 (71% of max value = 765). Red value is 160 (62.89% from 255 or 29.68% from 539); Green value is 206 (80.86% from 255 or 38.22% from 539); Blue value is 173 (67.97% from 255 or 32.10% from 539); Max value from RGB is 206 - color contains mainly: green. Hex color #A0CEAD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0CEAD is #5F3152. Grayscale: #BCBCBC. Windows color (decimal): -6238547 or 11390624. OLE color: 11390624.

HSL color Cylindrical-coordinate representation of color #A0CEAD: hue angle of 136.96º degrees, saturation: 0.32, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A0CEAD is Cyan = 0.22, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.19.

Color convert

RGB 160 206 173 -
CMYK 0.22 0 0.16 0.19
HSL 136.96º 0.32% 0.72% -
HSV(B) 136.96º 0.22% 0.81% -
XYZ 44.11 54.63 47.76 -
YUV 188.48 119.26 107.68 -
System Red Green Blue C M Y K H S L
Decimal 160 206 173 0.22 0 0.16 0.19 136.96 0.32 0.72
Hex A0 CE AD 16 0 10 13 89 20 48
Octal 240 316 255 26 0 20 23 211 40 110
Binary 10100000 11001110 10101101 10110 0 10000 10011 10001001 100000 1001000

Color Harmonies of #A0CEAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0CEAD

Black with #A0CEAD

Text Example


Text Example

White with #A0CEAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0CEAD; }

 p { color: rgb(160,206,173); }

 H1.HeaderClassName
 {
   color: #A0CEAD;
 }
 .AnyTagClassName
 {
   color: #A0CEAD;
 }
</style>

background-color css

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

 a { background-color: rgb(160,206,173); }

 div.DivClassName
 {
   background-color: #A0CEAD;
 }
 .BgClassName
 {
   background-color: #A0CEAD;
 }
</style>

border-color css

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

 span { border-color: rgb(160,206,173); }

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