Html Css Color HEX #8FDBA5 Chinook

📋 copy color: '#8FDBA5'

red 143 ◦ green 219 ◦ blue 165

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

Shades of Chinook #8FDBA5

Tints of Chinook #8FDBA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 31.31%

R = 27.13%
G = 41.56%
B = 31.31%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.25

 K value IS 0.14

RGB Variations

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

Color information

#8FDBA5 (or 0x8FDBA5) is known color: Chinook. HEX triplet: 8F, DB and A5. RGB value is (143,219,165). Sum of RGB (Red+Green+Blue) = 143+219+165=527 (69% of max value = 765). Red value is 143 (56.25% from 255 or 27.13% from 527); Green value is 219 (85.94% from 255 or 41.56% from 527); Blue value is 165 (64.84% from 255 or 31.31% from 527); Max value from RGB is 219 - color contains mainly: green. Hex color #8FDBA5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FDBA5 is #70245A. Grayscale: #BEBEBE. Windows color (decimal): -7349339 or 10869647. OLE color: 10869647.

HSL color Cylindrical-coordinate representation of color #8FDBA5: hue angle of 137.37º 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 #8FDBA5 is Cyan = 0.35, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.14.

Color convert

RGB 143 219 165 -
CMYK 0.35 0 0.25 0.14
HSL 137.37º 0.51% 0.71% -
HSV(B) 137.37º 0.35% 0.86% -
XYZ 43.45 59.22 44.74 -
YUV 190.12 113.82 94.39 -
System Red Green Blue C M Y K H S L
Decimal 143 219 165 0.35 0 0.25 0.14 137.37 0.51 0.71
Hex 8F DB A5 23 0 19 E 89 33 47
Octal 217 333 245 43 0 31 16 211 63 107
Binary 10001111 11011011 10100101 100011 0 11001 1110 10001001 110011 1000111

Color Harmonies of #8FDBA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FDBA5

Black with #8FDBA5

Text Example


Text Example

White with #8FDBA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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