Html Css Color HEX #8FB4AA Sea Nymph

📋 copy color: '#8FB4AA'

red 143 ◦ green 180 ◦ blue 170

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

Shades of Sea Nymph #8FB4AA

Tints of Sea Nymph #8FB4AA

RGB

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

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

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

R = 29.01%
G = 36.51%
B = 34.48%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.06

 K value IS 0.29

RGB Variations

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

Color information

#8FB4AA (or 0x8FB4AA) is known color: Sea Nymph. HEX triplet: 8F, B4 and AA. RGB value is (143,180,170). Sum of RGB (Red+Green+Blue) = 143+180+170=493 (65% of max value = 765). Red value is 143 (56.25% from 255 or 29.01% from 493); Green value is 180 (70.70% from 255 or 36.51% from 493); Blue value is 170 (66.80% from 255 or 34.48% from 493); Max value from RGB is 180 - color contains mainly: green. Hex color #8FB4AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FB4AA is #704B55. Grayscale: #A7A7A7. Windows color (decimal): -7359318 or 11187343. OLE color: 11187343.

HSL color Cylindrical-coordinate representation of color #8FB4AA: hue angle of 163.78º 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 #8FB4AA is Cyan = 0.21, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.29.

Color convert

RGB 143 180 170 -
CMYK 0.21 0 0.06 0.29
HSL 163.78º 0.2% 0.63% -
HSV(B) 163.78º 0.21% 0.71% -
XYZ 34.9 41.38 44.18 -
YUV 167.8 129.24 110.31 -
System Red Green Blue C M Y K H S L
Decimal 143 180 170 0.21 0 0.06 0.29 163.78 0.2 0.63
Hex 8F B4 AA 15 0 6 1D A4 14 3F
Octal 217 264 252 25 0 6 35 244 24 77
Binary 10001111 10110100 10101010 10101 0 110 11101 10100100 10100 111111

Color Harmonies of #8FB4AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FB4AA

Black with #8FB4AA

Text Example


Text Example

White with #8FB4AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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