Html Css Color HEX #8FD0A0 Chinook

📋 copy color: '#8FD0A0'

red 143 ◦ green 208 ◦ blue 160

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

Shades of Chinook #8FD0A0

Tints of Chinook #8FD0A0

RGB

 RED value IS 143 (56.25% from 255) = 27.98%

 GREEN value IS 208 (81.64% from 255) = 40.7%

 BLUE value IS 160 (62.89% from 255) = 31.31%

R = 27.98%
G = 40.7%
B = 31.31%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.23

 K value IS 0.18

RGB Variations

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

Color information

#8FD0A0 (or 0x8FD0A0) is known color: Chinook. HEX triplet: 8F, D0 and A0. RGB value is (143,208,160). Sum of RGB (Red+Green+Blue) = 143+208+160=511 (67% of max value = 765). Red value is 143 (56.25% from 255 or 27.98% from 511); Green value is 208 (81.64% from 255 or 40.70% from 511); Blue value is 160 (62.89% from 255 or 31.31% from 511); Max value from RGB is 208 - color contains mainly: green. Hex color #8FD0A0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FD0A0 is #702F5F. Grayscale: #B7B7B7. Windows color (decimal): -7352160 or 10539151. OLE color: 10539151.

HSL color Cylindrical-coordinate representation of color #8FD0A0: hue angle of 135.69º degrees, saturation: 0.41, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8FD0A0 is Cyan = 0.31, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.18.

Color convert

RGB 143 208 160 -
CMYK 0.31 0 0.23 0.18
HSL 135.69º 0.41% 0.69% -
HSV(B) 135.69º 0.31% 0.82% -
XYZ 40.23 53.49 41.46 -
YUV 183.09 114.97 99.4 -
System Red Green Blue C M Y K H S L
Decimal 143 208 160 0.31 0 0.23 0.18 135.69 0.41 0.69
Hex 8F D0 A0 1F 0 17 12 88 29 45
Octal 217 320 240 37 0 27 22 210 51 105
Binary 10001111 11010000 10100000 11111 0 10111 10010 10001000 101001 1000101

Color Harmonies of #8FD0A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FD0A0

Black with #8FD0A0

Text Example


Text Example

White with #8FD0A0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,208,160); }

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

background-color css

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

 a { background-color: rgb(143,208,160); }

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

border-color css

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

 span { border-color: rgb(143,208,160); }

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