Html Css Color HEX #8DAFA8 Sea Nymph

📋 copy color: '#8DAFA8'

red 141 ◦ green 175 ◦ blue 168

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

Shades of Sea Nymph #8DAFA8

Tints of Sea Nymph #8DAFA8

RGB

 RED value IS 141 (55.47% from 255) = 29.13%

 GREEN value IS 175 (68.75% from 255) = 36.16%

 BLUE value IS 168 (66.02% from 255) = 34.71%

R = 29.13%
G = 36.16%
B = 34.71%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.04

 K value IS 0.31

RGB Variations

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

Color information

#8DAFA8 (or 0x8DAFA8) is known color: Sea Nymph. HEX triplet: 8D, AF and A8. RGB value is (141,175,168). Sum of RGB (Red+Green+Blue) = 141+175+168=484 (64% of max value = 765). Red value is 141 (55.47% from 255 or 29.13% from 484); Green value is 175 (68.75% from 255 or 36.16% from 484); Blue value is 168 (66.02% from 255 or 34.71% from 484); Max value from RGB is 175 - color contains mainly: green. Hex color #8DAFA8 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8DAFA8 is #725057. Grayscale: #A4A4A4. Windows color (decimal): -7491672 or 11054989. OLE color: 11054989.

HSL color Cylindrical-coordinate representation of color #8DAFA8: hue angle of 167.65º degrees, saturation: 0.18, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #8DAFA8 is Cyan = 0.19, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.31.

Color convert

RGB 141 175 168 -
CMYK 0.19 0 0.04 0.31
HSL 167.65º 0.18% 0.62% -
HSV(B) 167.65º 0.19% 0.69% -
XYZ 33.38 39.15 42.84 -
YUV 164.04 130.24 111.57 -
System Red Green Blue C M Y K H S L
Decimal 141 175 168 0.19 0 0.04 0.31 167.65 0.18 0.62
Hex 8D AF A8 13 0 4 1F A8 12 3E
Octal 215 257 250 23 0 4 37 250 22 76
Binary 10001101 10101111 10101000 10011 0 100 11111 10101000 10010 111110

Color Harmonies of #8DAFA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DAFA8

Black with #8DAFA8

Text Example


Text Example

White with #8DAFA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,175,168); }

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

background-color css

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

 a { background-color: rgb(141,175,168); }

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

border-color css

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

 span { border-color: rgb(141,175,168); }

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