Html Css Color HEX #8FDFA5 Chinook

📋 copy color: '#8FDFA5'

red 143 ◦ green 223 ◦ blue 165

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

Shades of Chinook #8FDFA5

Tints of Chinook #8FDFA5

RGB

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

 GREEN value IS 223 (87.5% from 255) = 42%

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

R = 26.93%
G = 42%
B = 31.07%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.26

 K value IS 0.13

RGB Variations

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

Color information

#8FDFA5 (or 0x8FDFA5) is known color: Chinook. HEX triplet: 8F, DF and A5. RGB value is (143,223,165). Sum of RGB (Red+Green+Blue) = 143+223+165=531 (70% of max value = 765). Red value is 143 (56.25% from 255 or 26.93% from 531); Green value is 223 (87.5% from 255 or 42.00% from 531); Blue value is 165 (64.84% from 255 or 31.07% from 531); Max value from RGB is 223 - color contains mainly: green. Hex color #8FDFA5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FDFA5 is #70205A. Grayscale: #C0C0C0. Windows color (decimal): -7348315 or 10870671. OLE color: 10870671.

HSL color Cylindrical-coordinate representation of color #8FDFA5: hue angle of 136.5º degrees, saturation: 0.56, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8FDFA5 is Cyan = 0.36, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.13.

Color convert

RGB 143 223 165 -
CMYK 0.36 0 0.26 0.13
HSL 136.5º 0.56% 0.72% -
HSV(B) 136.5º 0.36% 0.87% -
XYZ 44.51 61.33 45.09 -
YUV 192.47 112.5 92.72 -
System Red Green Blue C M Y K H S L
Decimal 143 223 165 0.36 0 0.26 0.13 136.5 0.56 0.72
Hex 8F DF A5 24 0 1A D 88 38 48
Octal 217 337 245 44 0 32 15 210 70 110
Binary 10001111 11011111 10100101 100100 0 11010 1101 10001000 111000 1001000

Color Harmonies of #8FDFA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FDFA5

Black with #8FDFA5

Text Example


Text Example

White with #8FDFA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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