Html Css Color HEX #8DAFAB Sea Nymph

📋 copy color: '#8DAFAB'

red 141 ◦ green 175 ◦ blue 171

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

Shades of Sea Nymph #8DAFAB

Tints of Sea Nymph #8DAFAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 35.11%

R = 28.95%
G = 35.93%
B = 35.11%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.02

 K value IS 0.31

RGB Variations

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

Color information

#8DAFAB (or 0x8DAFAB) is known color: Sea Nymph. HEX triplet: 8D, AF and AB. RGB value is (141,175,171). Sum of RGB (Red+Green+Blue) = 141+175+171=487 (64% of max value = 765). Red value is 141 (55.47% from 255 or 28.95% from 487); Green value is 175 (68.75% from 255 or 35.93% from 487); Blue value is 171 (67.19% from 255 or 35.11% from 487); Max value from RGB is 175 - color contains mainly: green. Hex color #8DAFAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8DAFAB is #725054. Grayscale: #A4A4A4. Windows color (decimal): -7491669 or 11251597. OLE color: 11251597.

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

Color convert

RGB 141 175 171 -
CMYK 0.19 0 0.02 0.31
HSL 172.94º 0.18% 0.62% -
HSV(B) 172.94º 0.19% 0.69% -
XYZ 33.67 39.26 44.33 -
YUV 164.38 131.74 111.33 -
System Red Green Blue C M Y K H S L
Decimal 141 175 171 0.19 0 0.02 0.31 172.94 0.18 0.62
Hex 8D AF AB 13 0 2 1F AD 12 3E
Octal 215 257 253 23 0 2 37 255 22 76
Binary 10001101 10101111 10101011 10011 0 10 11111 10101101 10010 111110

Color Harmonies of #8DAFAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DAFAB

Black with #8DAFAB

Text Example


Text Example

White with #8DAFAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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