Html Css Color HEX #8FACA3 Sea Nymph

📋 copy color: '#8FACA3'

red 143 ◦ green 172 ◦ blue 163

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

Shades of Sea Nymph #8FACA3

Tints of Sea Nymph #8FACA3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 34.1%

R = 29.92%
G = 35.98%
B = 34.1%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.05

 K value IS 0.33

RGB Variations

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

Color information

#8FACA3 (or 0x8FACA3) is known color: Sea Nymph. HEX triplet: 8F, AC and A3. RGB value is (143,172,163). Sum of RGB (Red+Green+Blue) = 143+172+163=478 (63% of max value = 765). Red value is 143 (56.25% from 255 or 29.92% from 478); Green value is 172 (67.58% from 255 or 35.98% from 478); Blue value is 163 (64.06% from 255 or 34.10% from 478); Max value from RGB is 172 - color contains mainly: green. Hex color #8FACA3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8FACA3 is #70535C. Grayscale: #A2A2A2. Windows color (decimal): -7361373 or 10726543. OLE color: 10726543.

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

Color convert

RGB 143 172 163 -
CMYK 0.17 0 0.05 0.33
HSL 161.38º 0.15% 0.62% -
HSV(B) 161.38º 0.17% 0.67% -
XYZ 32.69 37.99 40.26 -
YUV 162.3 128.39 114.23 -
System Red Green Blue C M Y K H S L
Decimal 143 172 163 0.17 0 0.05 0.33 161.38 0.15 0.62
Hex 8F AC A3 11 0 5 21 A1 F 3E
Octal 217 254 243 21 0 5 41 241 17 76
Binary 10001111 10101100 10100011 10001 0 101 100001 10100001 1111 111110

Color Harmonies of #8FACA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FACA3

Black with #8FACA3

Text Example


Text Example

White with #8FACA3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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