Html Css Color HEX #8FACA9 Sea Nymph

📋 copy color: '#8FACA9'

red 143 ◦ green 172 ◦ blue 169

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

Shades of Sea Nymph #8FACA9

Tints of Sea Nymph #8FACA9

RGB

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

 GREEN value IS 172 (67.58% from 255) = 35.54%

 BLUE value IS 169 (66.41% from 255) = 34.92%

R = 29.55%
G = 35.54%
B = 34.92%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.02

 K value IS 0.33

RGB Variations

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

Color information

#8FACA9 (or 0x8FACA9) is known color: Sea Nymph. HEX triplet: 8F, AC and A9. RGB value is (143,172,169). Sum of RGB (Red+Green+Blue) = 143+172+169=484 (64% of max value = 765). Red value is 143 (56.25% from 255 or 29.55% from 484); Green value is 172 (67.58% from 255 or 35.54% from 484); Blue value is 169 (66.41% from 255 or 34.92% from 484); Max value from RGB is 172 - color contains mainly: green. Hex color #8FACA9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8FACA9 is #705356. Grayscale: #A2A2A2. Windows color (decimal): -7361367 or 11119759. OLE color: 11119759.

HSL color Cylindrical-coordinate representation of color #8FACA9: hue angle of 173.79º degrees, saturation: 0.15, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #8FACA9 is Cyan = 0.17, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.33.

Color convert

RGB 143 172 169 -
CMYK 0.17 0 0.02 0.33
HSL 173.79º 0.15% 0.62% -
HSV(B) 173.79º 0.17% 0.67% -
XYZ 33.24 38.21 43.16 -
YUV 162.99 131.39 113.74 -
System Red Green Blue C M Y K H S L
Decimal 143 172 169 0.17 0 0.02 0.33 173.79 0.15 0.62
Hex 8F AC A9 11 0 2 21 AE F 3E
Octal 217 254 251 21 0 2 41 256 17 76
Binary 10001111 10101100 10101001 10001 0 10 100001 10101110 1111 111110

Color Harmonies of #8FACA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FACA9

Black with #8FACA9

Text Example


Text Example

White with #8FACA9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,172,169); }

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

background-color css

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

 a { background-color: rgb(143,172,169); }

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

border-color css

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

 span { border-color: rgb(143,172,169); }

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