Html Css Color HEX #8EB5A5 Sea Nymph

📋 copy color: '#8EB5A5'

red 142 ◦ green 181 ◦ blue 165

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

Shades of Sea Nymph #8EB5A5

Tints of Sea Nymph #8EB5A5

RGB

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

 GREEN value IS 181 (71.09% from 255) = 37.09%

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

R = 29.1%
G = 37.09%
B = 33.81%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.09

 K value IS 0.29

RGB Variations

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

Color information

#8EB5A5 (or 0x8EB5A5) is known color: Sea Nymph. HEX triplet: 8E, B5 and A5. RGB value is (142,181,165). Sum of RGB (Red+Green+Blue) = 142+181+165=488 (64% of max value = 765). Red value is 142 (55.86% from 255 or 29.10% from 488); Green value is 181 (71.09% from 255 or 37.09% from 488); Blue value is 165 (64.84% from 255 or 33.81% from 488); Max value from RGB is 181 - color contains mainly: green. Hex color #8EB5A5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8EB5A5 is #714A5A. Grayscale: #A7A7A7. Windows color (decimal): -7424603 or 10859918. OLE color: 10859918.

HSL color Cylindrical-coordinate representation of color #8EB5A5: hue angle of 155.38º degrees, saturation: 0.21, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #8EB5A5 is Cyan = 0.22, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.29.

Color convert

RGB 142 181 165 -
CMYK 0.22 0 0.09 0.29
HSL 155.38º 0.21% 0.63% -
HSV(B) 155.38º 0.22% 0.71% -
XYZ 34.47 41.52 41.79 -
YUV 167.52 126.58 109.8 -
System Red Green Blue C M Y K H S L
Decimal 142 181 165 0.22 0 0.09 0.29 155.38 0.21 0.63
Hex 8E B5 A5 16 0 9 1D 9B 15 3F
Octal 216 265 245 26 0 11 35 233 25 77
Binary 10001110 10110101 10100101 10110 0 1001 11101 10011011 10101 111111

Color Harmonies of #8EB5A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EB5A5

Black with #8EB5A5

Text Example


Text Example

White with #8EB5A5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,181,165); }

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

background-color css

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

 a { background-color: rgb(142,181,165); }

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

border-color css

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

 span { border-color: rgb(142,181,165); }

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