Html Css Color HEX #8FACA8 Sea Nymph

📋 copy color: '#8FACA8'

red 143 ◦ green 172 ◦ blue 168

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

Shades of Sea Nymph #8FACA8

Tints of Sea Nymph #8FACA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 34.78%

R = 29.61%
G = 35.61%
B = 34.78%

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

#8FACA8 (or 0x8FACA8) is known color: Sea Nymph. HEX triplet: 8F, AC and A8. RGB value is (143,172,168). Sum of RGB (Red+Green+Blue) = 143+172+168=483 (63% of max value = 765). Red value is 143 (56.25% from 255 or 29.61% from 483); Green value is 172 (67.58% from 255 or 35.61% from 483); Blue value is 168 (66.02% from 255 or 34.78% from 483); Max value from RGB is 172 - color contains mainly: green. Hex color #8FACA8 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8FACA8 is #705357. Grayscale: #A2A2A2. Windows color (decimal): -7361368 or 11054223. OLE color: 11054223.

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

Color convert

RGB 143 172 168 -
CMYK 0.17 0 0.02 0.33
HSL 171.72º 0.15% 0.62% -
HSV(B) 171.72º 0.17% 0.67% -
XYZ 33.15 38.17 42.67 -
YUV 162.87 130.89 113.83 -
System Red Green Blue C M Y K H S L
Decimal 143 172 168 0.17 0 0.02 0.33 171.72 0.15 0.62
Hex 8F AC A8 11 0 2 21 AC F 3E
Octal 217 254 250 21 0 2 41 254 17 76
Binary 10001111 10101100 10101000 10001 0 10 100001 10101100 1111 111110

Color Harmonies of #8FACA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FACA8

Black with #8FACA8

Text Example


Text Example

White with #8FACA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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