Html Css Color HEX #8DDBA5 Chinook

📋 copy color: '#8DDBA5'

red 141 ◦ green 219 ◦ blue 165

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

Shades of Chinook #8DDBA5

Tints of Chinook #8DDBA5

RGB

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

 GREEN value IS 219 (85.94% from 255) = 41.71%

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

R = 26.86%
G = 41.71%
B = 31.43%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.25

 K value IS 0.14

RGB Variations

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

Color information

#8DDBA5 (or 0x8DDBA5) is known color: Chinook. HEX triplet: 8D, DB and A5. RGB value is (141,219,165). Sum of RGB (Red+Green+Blue) = 141+219+165=525 (69% of max value = 765). Red value is 141 (55.47% from 255 or 26.86% from 525); Green value is 219 (85.94% from 255 or 41.71% from 525); Blue value is 165 (64.84% from 255 or 31.43% from 525); Max value from RGB is 219 - color contains mainly: green. Hex color #8DDBA5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DDBA5 is #72245A. Grayscale: #BDBDBD. Windows color (decimal): -7480411 or 10869645. OLE color: 10869645.

HSL color Cylindrical-coordinate representation of color #8DDBA5: hue angle of 138.46º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8DDBA5 is Cyan = 0.36, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.14.

Color convert

RGB 141 219 165 -
CMYK 0.36 0 0.25 0.14
HSL 138.46º 0.52% 0.71% -
HSV(B) 138.46º 0.36% 0.86% -
XYZ 43.11 59.04 44.72 -
YUV 189.52 114.16 93.39 -
System Red Green Blue C M Y K H S L
Decimal 141 219 165 0.36 0 0.25 0.14 138.46 0.52 0.71
Hex 8D DB A5 24 0 19 E 8A 34 47
Octal 215 333 245 44 0 31 16 212 64 107
Binary 10001101 11011011 10100101 100100 0 11001 1110 10001010 110100 1000111

Color Harmonies of #8DDBA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DDBA5

Black with #8DDBA5

Text Example


Text Example

White with #8DDBA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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