Html Css Color HEX #8FACA6 Sea Nymph

📋 copy color: '#8FACA6'

red 143 ◦ green 172 ◦ blue 166

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

Shades of Sea Nymph #8FACA6

Tints of Sea Nymph #8FACA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 34.51%

R = 29.73%
G = 35.76%
B = 34.51%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.03

 K value IS 0.33

RGB Variations

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

Color information

#8FACA6 (or 0x8FACA6) is known color: Sea Nymph. HEX triplet: 8F, AC and A6. RGB value is (143,172,166). Sum of RGB (Red+Green+Blue) = 143+172+166=481 (63% of max value = 765). Red value is 143 (56.25% from 255 or 29.73% from 481); Green value is 172 (67.58% from 255 or 35.76% from 481); Blue value is 166 (65.23% from 255 or 34.51% from 481); Max value from RGB is 172 - color contains mainly: green. Hex color #8FACA6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8FACA6 is #705359. Grayscale: #A2A2A2. Windows color (decimal): -7361370 or 10923151. OLE color: 10923151.

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

Color convert

RGB 143 172 166 -
CMYK 0.17 0 0.03 0.33
HSL 167.59º 0.15% 0.62% -
HSV(B) 167.59º 0.17% 0.67% -
XYZ 32.96 38.1 41.69 -
YUV 162.65 129.89 113.99 -
System Red Green Blue C M Y K H S L
Decimal 143 172 166 0.17 0 0.03 0.33 167.59 0.15 0.62
Hex 8F AC A6 11 0 3 21 A8 F 3E
Octal 217 254 246 21 0 3 41 250 17 76
Binary 10001111 10101100 10100110 10001 0 11 100001 10101000 1111 111110

Color Harmonies of #8FACA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FACA6

Black with #8FACA6

Text Example


Text Example

White with #8FACA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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