Html Css Color HEX #8DDEA5 Chinook

📋 copy color: '#8DDEA5'

red 141 ◦ green 222 ◦ blue 165

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

Shades of Chinook #8DDEA5

Tints of Chinook #8DDEA5

RGB

 RED value IS 141 (55.47% from 255) = 26.7%

 GREEN value IS 222 (87.11% from 255) = 42.05%

 BLUE value IS 165 (64.84% from 255) = 31.25%

R = 26.7%
G = 42.05%
B = 31.25%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.26

 K value IS 0.13

RGB Variations

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

Color information

#8DDEA5 (or 0x8DDEA5) is known color: Chinook. HEX triplet: 8D, DE and A5. RGB value is (141,222,165). Sum of RGB (Red+Green+Blue) = 141+222+165=528 (69% of max value = 765). Red value is 141 (55.47% from 255 or 26.70% from 528); Green value is 222 (87.11% from 255 or 42.05% from 528); Blue value is 165 (64.84% from 255 or 31.25% from 528); Max value from RGB is 222 - color contains mainly: green. Hex color #8DDEA5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DDEA5 is #72215A. Grayscale: #BFBFBF. Windows color (decimal): -7479643 or 10870413. OLE color: 10870413.

HSL color Cylindrical-coordinate representation of color #8DDEA5: hue angle of 137.78º degrees, saturation: 0.55, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8DDEA5 is Cyan = 0.36, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.13.

Color convert

RGB 141 222 165 -
CMYK 0.36 0 0.26 0.13
HSL 137.78º 0.55% 0.71% -
HSV(B) 137.78º 0.36% 0.87% -
XYZ 43.9 60.62 44.98 -
YUV 191.28 113.16 92.13 -
System Red Green Blue C M Y K H S L
Decimal 141 222 165 0.36 0 0.26 0.13 137.78 0.55 0.71
Hex 8D DE A5 24 0 1A D 8A 37 47
Octal 215 336 245 44 0 32 15 212 67 107
Binary 10001101 11011110 10100101 100100 0 11010 1101 10001010 110111 1000111

Color Harmonies of #8DDEA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DDEA5

Black with #8DDEA5

Text Example


Text Example

White with #8DDEA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8DDEA5; }

 p { color: rgb(141,222,165); }

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

background-color css

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

 a { background-color: rgb(141,222,165); }

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

border-color css

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

 span { border-color: rgb(141,222,165); }

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