Html Css Color HEX #8FCCA1 Chinook

📋 copy color: '#8FCCA1'

red 143 ◦ green 204 ◦ blue 161

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

Shades of Chinook #8FCCA1

Tints of Chinook #8FCCA1

RGB

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

 GREEN value IS 204 (80.08% from 255) = 40.16%

 BLUE value IS 161 (63.28% from 255) = 31.69%

R = 28.15%
G = 40.16%
B = 31.69%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.21

 K value IS 0.2

RGB Variations

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

Color information

#8FCCA1 (or 0x8FCCA1) is known color: Chinook. HEX triplet: 8F, CC and A1. RGB value is (143,204,161). Sum of RGB (Red+Green+Blue) = 143+204+161=508 (67% of max value = 765). Red value is 143 (56.25% from 255 or 28.15% from 508); Green value is 204 (80.08% from 255 or 40.16% from 508); Blue value is 161 (63.28% from 255 or 31.69% from 508); Max value from RGB is 204 - color contains mainly: green. Hex color #8FCCA1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FCCA1 is #70335E. Grayscale: #B4B4B4. Windows color (decimal): -7353183 or 10603663. OLE color: 10603663.

HSL color Cylindrical-coordinate representation of color #8FCCA1: hue angle of 137.7º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8FCCA1 is Cyan = 0.30, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.2.

Color convert

RGB 143 204 161 -
CMYK 0.30 0 0.21 0.2
HSL 137.7º 0.37% 0.68% -
HSV(B) 137.7º 0.3% 0.8% -
XYZ 39.35 51.6 41.6 -
YUV 180.86 116.79 101 -
System Red Green Blue C M Y K H S L
Decimal 143 204 161 0.30 0 0.21 0.2 137.7 0.37 0.68
Hex 8F CC A1 1E 0 15 14 8A 25 44
Octal 217 314 241 36 0 25 24 212 45 104
Binary 10001111 11001100 10100001 11110 0 10101 10100 10001010 100101 1000100

Color Harmonies of #8FCCA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FCCA1

Black with #8FCCA1

Text Example


Text Example

White with #8FCCA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,204,161); }

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

background-color css

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

 a { background-color: rgb(143,204,161); }

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

border-color css

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

 span { border-color: rgb(143,204,161); }

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