Html Css Color HEX #8CDAA5 Chinook

📋 copy color: '#8CDAA5'

red 140 ◦ green 218 ◦ blue 165

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

Shades of Chinook #8CDAA5

Tints of Chinook #8CDAA5

RGB

 RED value IS 140 (55.08% from 255) = 26.77%

 GREEN value IS 218 (85.55% from 255) = 41.68%

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

R = 26.77%
G = 41.68%
B = 31.55%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.24

 K value IS 0.15

RGB Variations

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

Color information

#8CDAA5 (or 0x8CDAA5) is known color: Chinook. HEX triplet: 8C, DA and A5. RGB value is (140,218,165). Sum of RGB (Red+Green+Blue) = 140+218+165=523 (69% of max value = 765). Red value is 140 (55.08% from 255 or 26.77% from 523); Green value is 218 (85.55% from 255 or 41.68% from 523); Blue value is 165 (64.84% from 255 or 31.55% from 523); Max value from RGB is 218 - color contains mainly: green. Hex color #8CDAA5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CDAA5 is #73255A. Grayscale: #BCBCBC. Windows color (decimal): -7546203 or 10869388. OLE color: 10869388.

HSL color Cylindrical-coordinate representation of color #8CDAA5: hue angle of 139.23º degrees, saturation: 0.51, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8CDAA5 is Cyan = 0.36, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.15.

Color convert

RGB 140 218 165 -
CMYK 0.36 0 0.24 0.15
HSL 139.23º 0.51% 0.7% -
HSV(B) 139.23º 0.36% 0.85% -
XYZ 42.68 58.43 44.63 -
YUV 188.64 114.66 93.31 -
System Red Green Blue C M Y K H S L
Decimal 140 218 165 0.36 0 0.24 0.15 139.23 0.51 0.7
Hex 8C DA A5 24 0 18 F 8B 33 46
Octal 214 332 245 44 0 30 17 213 63 106
Binary 10001100 11011010 10100101 100100 0 11000 1111 10001011 110011 1000110

Color Harmonies of #8CDAA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CDAA5

Black with #8CDAA5

Text Example


Text Example

White with #8CDAA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,218,165); }

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

background-color css

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

 a { background-color: rgb(140,218,165); }

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

border-color css

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

 span { border-color: rgb(140,218,165); }

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