Html Css Color HEX #8EACBE Nepal

📋 copy color: '#8EACBE'

red 142 ◦ green 172 ◦ blue 190

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

Shades of Nepal #8EACBE

Tints of Nepal #8EACBE

RGB

 RED value IS 142 (55.86% from 255) = 28.17%

 GREEN value IS 172 (67.58% from 255) = 34.13%

 BLUE value IS 190 (74.61% from 255) = 37.7%

R = 28.17%
G = 34.13%
B = 37.7%

CMYK

 C value IS 0.25

 M value IS 0.09

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8EACBE (or 0x8EACBE) is known color: Nepal. HEX triplet: 8E, AC and BE. RGB value is (142,172,190). Sum of RGB (Red+Green+Blue) = 142+172+190=504 (66% of max value = 765). Red value is 142 (55.86% from 255 or 28.17% from 504); Green value is 172 (67.58% from 255 or 34.13% from 504); Blue value is 190 (74.61% from 255 or 37.70% from 504); Max value from RGB is 190 - color contains mainly: blue. Hex color #8EACBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8EACBE is #715341. Grayscale: #A4A4A4. Windows color (decimal): -7426882 or 12496014. OLE color: 12496014.

HSL color Cylindrical-coordinate representation of color #8EACBE: hue angle of 202.5º degrees, saturation: 0.27, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #8EACBE is Cyan = 0.25, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 142 172 190 -
CMYK 0.25 0.09 0 0.25
HSL 202.5º 0.27% 0.65% -
HSV(B) 202.5º 0.25% 0.75% -
XYZ 35.2 38.97 54.38 -
YUV 165.08 142.06 111.54 -
System Red Green Blue C M Y K H S L
Decimal 142 172 190 0.25 0.09 0 0.25 202.5 0.27 0.65
Hex 8E AC BE 19 9 0 19 CA 1B 41
Octal 216 254 276 31 11 0 31 312 33 101
Binary 10001110 10101100 10111110 11001 1001 0 11001 11001010 11011 1000001

Color Harmonies of #8EACBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EACBE

Black with #8EACBE

Text Example


Text Example

White with #8EACBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,172,190); }

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

background-color css

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

 a { background-color: rgb(142,172,190); }

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

border-color css

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

 span { border-color: rgb(142,172,190); }

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