Html Css Color HEX #8DAFAA Sea Nymph

📋 copy color: '#8DAFAA'

red 141 ◦ green 175 ◦ blue 170

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

Shades of Sea Nymph #8DAFAA

Tints of Sea Nymph #8DAFAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 34.98%

R = 29.01%
G = 36.01%
B = 34.98%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.03

 K value IS 0.31

RGB Variations

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

Color information

#8DAFAA (or 0x8DAFAA) is known color: Sea Nymph. HEX triplet: 8D, AF and AA. RGB value is (141,175,170). Sum of RGB (Red+Green+Blue) = 141+175+170=486 (64% of max value = 765). Red value is 141 (55.47% from 255 or 29.01% from 486); Green value is 175 (68.75% from 255 or 36.01% from 486); Blue value is 170 (66.80% from 255 or 34.98% from 486); Max value from RGB is 175 - color contains mainly: green. Hex color #8DAFAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8DAFAA is #725055. Grayscale: #A4A4A4. Windows color (decimal): -7491670 or 11186061. OLE color: 11186061.

HSL color Cylindrical-coordinate representation of color #8DAFAA: hue angle of 171.18º 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 #8DAFAA is Cyan = 0.19, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.31.

Color convert

RGB 141 175 170 -
CMYK 0.19 0 0.03 0.31
HSL 171.18º 0.18% 0.62% -
HSV(B) 171.18º 0.19% 0.69% -
XYZ 33.57 39.22 43.83 -
YUV 164.26 131.24 111.41 -
System Red Green Blue C M Y K H S L
Decimal 141 175 170 0.19 0 0.03 0.31 171.18 0.18 0.62
Hex 8D AF AA 13 0 3 1F AB 12 3E
Octal 215 257 252 23 0 3 37 253 22 76
Binary 10001101 10101111 10101010 10011 0 11 11111 10101011 10010 111110

Color Harmonies of #8DAFAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DAFAA

Black with #8DAFAA

Text Example


Text Example

White with #8DAFAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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