Html Css Color HEX #8FEBA5 Chinook

📋 copy color: '#8FEBA5'

red 143 ◦ green 235 ◦ blue 165

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

Shades of Chinook #8FEBA5

Tints of Chinook #8FEBA5

RGB

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

 GREEN value IS 235 (92.19% from 255) = 43.28%

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

R = 26.34%
G = 43.28%
B = 30.39%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.30

 K value IS 0.08

RGB Variations

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

Color information

#8FEBA5 (or 0x8FEBA5) is known color: Chinook. HEX triplet: 8F, EB and A5. RGB value is (143,235,165). Sum of RGB (Red+Green+Blue) = 143+235+165=543 (71% of max value = 765). Red value is 143 (56.25% from 255 or 26.34% from 543); Green value is 235 (92.19% from 255 or 43.28% from 543); Blue value is 165 (64.84% from 255 or 30.39% from 543); Max value from RGB is 235 - color contains mainly: green. Hex color #8FEBA5 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8FEBA5 is #70145A. Grayscale: #C7C7C7. Windows color (decimal): -7345243 or 10873743. OLE color: 10873743.

HSL color Cylindrical-coordinate representation of color #8FEBA5: hue angle of 134.35º degrees, saturation: 0.7, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8FEBA5 is Cyan = 0.39, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.08.

Color convert

RGB 143 235 165 -
CMYK 0.39 0 0.30 0.08
HSL 134.35º 0.7% 0.74% -
HSV(B) 134.35º 0.39% 0.92% -
XYZ 47.83 67.97 46.2 -
YUV 199.51 108.52 87.69 -
System Red Green Blue C M Y K H S L
Decimal 143 235 165 0.39 0 0.30 0.08 134.35 0.7 0.74
Hex 8F EB A5 27 0 1E 8 86 46 4A
Octal 217 353 245 47 0 36 10 206 106 112
Binary 10001111 11101011 10100101 100111 0 11110 1000 10000110 1000110 1001010

Color Harmonies of #8FEBA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FEBA5

Black with #8FEBA5

Text Example


Text Example

White with #8FEBA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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