Html Css Color HEX #8AD899 Chinook

📋 copy color: '#8AD899'

red 138 ◦ green 216 ◦ blue 153

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

Shades of Chinook #8AD899

Tints of Chinook #8AD899

RGB

 RED value IS 138 (54.3% from 255) = 27.22%

 GREEN value IS 216 (84.77% from 255) = 42.6%

 BLUE value IS 153 (60.16% from 255) = 30.18%

R = 27.22%
G = 42.6%
B = 30.18%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.29

 K value IS 0.15

RGB Variations

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

Color information

#8AD899 (or 0x8AD899) is known color: Chinook. HEX triplet: 8A, D8 and 99. RGB value is (138,216,153). Sum of RGB (Red+Green+Blue) = 138+216+153=507 (67% of max value = 765). Red value is 138 (54.30% from 255 or 27.22% from 507); Green value is 216 (84.77% from 255 or 42.60% from 507); Blue value is 153 (60.16% from 255 or 30.18% from 507); Max value from RGB is 216 - color contains mainly: green. Hex color #8AD899 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8AD899 is #752766. Grayscale: #B9B9B9. Windows color (decimal): -7677799 or 10082442. OLE color: 10082442.

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

Color convert

RGB 138 216 153 -
CMYK 0.36 0 0.29 0.15
HSL 131.54º 0.5% 0.69% -
HSV(B) 131.54º 0.36% 0.85% -
XYZ 40.79 56.81 38.95 -
YUV 185.5 109.66 94.12 -
System Red Green Blue C M Y K H S L
Decimal 138 216 153 0.36 0 0.29 0.15 131.54 0.5 0.69
Hex 8A D8 99 24 0 1D F 84 32 45
Octal 212 330 231 44 0 35 17 204 62 105
Binary 10001010 11011000 10011001 100100 0 11101 1111 10000100 110010 1000101

Color Harmonies of #8AD899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AD899

Black with #8AD899

Text Example


Text Example

White with #8AD899

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,216,153); }

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

background-color css

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

 a { background-color: rgb(138,216,153); }

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

border-color css

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

 span { border-color: rgb(138,216,153); }

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