Html Css Color HEX #8FABA4 Sea Nymph

📋 copy color: '#8FABA4'

red 143 ◦ green 171 ◦ blue 164

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

Shades of Sea Nymph #8FABA4

Tints of Sea Nymph #8FABA4

RGB

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

 GREEN value IS 171 (67.19% from 255) = 35.77%

 BLUE value IS 164 (64.45% from 255) = 34.31%

R = 29.92%
G = 35.77%
B = 34.31%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.04

 K value IS 0.33

RGB Variations

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

Color information

#8FABA4 (or 0x8FABA4) is known color: Sea Nymph. HEX triplet: 8F, AB and A4. RGB value is (143,171,164). Sum of RGB (Red+Green+Blue) = 143+171+164=478 (63% of max value = 765). Red value is 143 (56.25% from 255 or 29.92% from 478); Green value is 171 (67.19% from 255 or 35.77% from 478); Blue value is 164 (64.45% from 255 or 34.31% from 478); Max value from RGB is 171 - color contains mainly: green. Hex color #8FABA4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8FABA4 is #70545B. Grayscale: #A1A1A1. Windows color (decimal): -7361628 or 10791823. OLE color: 10791823.

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

Color convert

RGB 143 171 164 -
CMYK 0.16 0 0.04 0.33
HSL 165º 0.14% 0.62% -
HSV(B) 165º 0.16% 0.67% -
XYZ 32.59 37.65 40.67 -
YUV 161.83 129.22 114.57 -
System Red Green Blue C M Y K H S L
Decimal 143 171 164 0.16 0 0.04 0.33 165 0.14 0.62
Hex 8F AB A4 10 0 4 21 A5 E 3E
Octal 217 253 244 20 0 4 41 245 16 76
Binary 10001111 10101011 10100100 10000 0 100 100001 10100101 1110 111110

Color Harmonies of #8FABA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FABA4

Black with #8FABA4

Text Example


Text Example

White with #8FABA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,171,164); }

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

background-color css

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

 a { background-color: rgb(143,171,164); }

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

border-color css

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

 span { border-color: rgb(143,171,164); }

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