Html Css Color HEX #8FDBA6 Chinook

📋 copy color: '#8FDBA6'

red 143 ◦ green 219 ◦ blue 166

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

Shades of Chinook #8FDBA6

Tints of Chinook #8FDBA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 31.44%

R = 27.08%
G = 41.48%
B = 31.44%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.24

 K value IS 0.14

RGB Variations

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

Color information

#8FDBA6 (or 0x8FDBA6) is known color: Chinook. HEX triplet: 8F, DB and A6. RGB value is (143,219,166). Sum of RGB (Red+Green+Blue) = 143+219+166=528 (69% of max value = 765). Red value is 143 (56.25% from 255 or 27.08% from 528); Green value is 219 (85.94% from 255 or 41.48% from 528); Blue value is 166 (65.23% from 255 or 31.44% from 528); Max value from RGB is 219 - color contains mainly: green. Hex color #8FDBA6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FDBA6 is #702459. Grayscale: #BEBEBE. Windows color (decimal): -7349338 or 10935183. OLE color: 10935183.

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

Color convert

RGB 143 219 166 -
CMYK 0.35 0 0.24 0.14
HSL 138.16º 0.51% 0.71% -
HSV(B) 138.16º 0.35% 0.86% -
XYZ 43.54 59.26 45.22 -
YUV 190.23 114.32 94.31 -
System Red Green Blue C M Y K H S L
Decimal 143 219 166 0.35 0 0.24 0.14 138.16 0.51 0.71
Hex 8F DB A6 23 0 18 E 8A 33 47
Octal 217 333 246 43 0 30 16 212 63 107
Binary 10001111 11011011 10100110 100011 0 11000 1110 10001010 110011 1000111

Color Harmonies of #8FDBA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FDBA6

Black with #8FDBA6

Text Example


Text Example

White with #8FDBA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,219,166); }

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

background-color css

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

 a { background-color: rgb(143,219,166); }

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

border-color css

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

 span { border-color: rgb(143,219,166); }

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