Html Css Color HEX #8FCBA2 Chinook

📋 copy color: '#8FCBA2'

red 143 ◦ green 203 ◦ blue 162

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

Shades of Chinook #8FCBA2

Tints of Chinook #8FCBA2

RGB

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

 GREEN value IS 203 (79.69% from 255) = 39.96%

 BLUE value IS 162 (63.67% from 255) = 31.89%

R = 28.15%
G = 39.96%
B = 31.89%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.20

 K value IS 0.20

RGB Variations

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

Color information

#8FCBA2 (or 0x8FCBA2) is known color: Chinook. HEX triplet: 8F, CB and A2. RGB value is (143,203,162). Sum of RGB (Red+Green+Blue) = 143+203+162=508 (67% of max value = 765). Red value is 143 (56.25% from 255 or 28.15% from 508); Green value is 203 (79.69% from 255 or 39.96% from 508); Blue value is 162 (63.67% from 255 or 31.89% from 508); Max value from RGB is 203 - color contains mainly: green. Hex color #8FCBA2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FCBA2 is #70345D. Grayscale: #B4B4B4. Windows color (decimal): -7353438 or 10668943. OLE color: 10668943.

HSL color Cylindrical-coordinate representation of color #8FCBA2: hue angle of 139º 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 #8FCBA2 is Cyan = 0.30, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.20.

Color convert

RGB 143 203 162 -
CMYK 0.30 0 0.20 0.20
HSL 139º 0.37% 0.68% -
HSV(B) 139º 0.3% 0.8% -
XYZ 39.21 51.16 41.99 -
YUV 180.39 117.62 101.33 -
System Red Green Blue C M Y K H S L
Decimal 143 203 162 0.30 0 0.20 0.20 139 0.37 0.68
Hex 8F CB A2 1E 0 14 14 8B 25 44
Octal 217 313 242 36 0 24 24 213 45 104
Binary 10001111 11001011 10100010 11110 0 10100 10100 10001011 100101 1000100

Color Harmonies of #8FCBA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FCBA2

Black with #8FCBA2

Text Example


Text Example

White with #8FCBA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,203,162); }

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

background-color css

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

 a { background-color: rgb(143,203,162); }

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

border-color css

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

 span { border-color: rgb(143,203,162); }

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