Html Css Color HEX #8FB4AD Sea Nymph

📋 copy color: '#8FB4AD'

red 143 ◦ green 180 ◦ blue 173

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

Shades of Sea Nymph #8FB4AD

Tints of Sea Nymph #8FB4AD

RGB

 RED value IS 143 (56.25% from 255) = 28.83%

 GREEN value IS 180 (70.7% from 255) = 36.29%

 BLUE value IS 173 (67.97% from 255) = 34.88%

R = 28.83%
G = 36.29%
B = 34.88%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.04

 K value IS 0.29

RGB Variations

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

Color information

#8FB4AD (or 0x8FB4AD) is known color: Sea Nymph. HEX triplet: 8F, B4 and AD. RGB value is (143,180,173). Sum of RGB (Red+Green+Blue) = 143+180+173=496 (65% of max value = 765). Red value is 143 (56.25% from 255 or 28.83% from 496); Green value is 180 (70.70% from 255 or 36.29% from 496); Blue value is 173 (67.97% from 255 or 34.88% from 496); Max value from RGB is 180 - color contains mainly: green. Hex color #8FB4AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FB4AD is #704B52. Grayscale: #A8A8A8. Windows color (decimal): -7359315 or 11383951. OLE color: 11383951.

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

Color convert

RGB 143 180 173 -
CMYK 0.21 0 0.04 0.29
HSL 168.65º 0.2% 0.63% -
HSV(B) 168.65º 0.21% 0.71% -
XYZ 35.19 41.5 45.69 -
YUV 168.14 130.74 110.07 -
System Red Green Blue C M Y K H S L
Decimal 143 180 173 0.21 0 0.04 0.29 168.65 0.2 0.63
Hex 8F B4 AD 15 0 4 1D A9 14 3F
Octal 217 264 255 25 0 4 35 251 24 77
Binary 10001111 10110100 10101101 10101 0 100 11101 10101001 10100 111111

Color Harmonies of #8FB4AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FB4AD

Black with #8FB4AD

Text Example


Text Example

White with #8FB4AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,180,173); }

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

background-color css

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

 a { background-color: rgb(143,180,173); }

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

border-color css

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

 span { border-color: rgb(143,180,173); }

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