Html Css Color HEX #8FABA6 Sea Nymph

📋 copy color: '#8FABA6'

red 143 ◦ green 171 ◦ blue 166

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

Shades of Sea Nymph #8FABA6

Tints of Sea Nymph #8FABA6

RGB

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

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

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

R = 29.79%
G = 35.63%
B = 34.58%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.03

 K value IS 0.33

RGB Variations

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

Color information

#8FABA6 (or 0x8FABA6) is known color: Sea Nymph. HEX triplet: 8F, AB and A6. RGB value is (143,171,166). Sum of RGB (Red+Green+Blue) = 143+171+166=480 (63% of max value = 765). Red value is 143 (56.25% from 255 or 29.79% from 480); Green value is 171 (67.19% from 255 or 35.62% from 480); Blue value is 166 (65.23% from 255 or 34.58% from 480); Max value from RGB is 171 - color contains mainly: green. Hex color #8FABA6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8FABA6 is #705459. Grayscale: #A2A2A2. Windows color (decimal): -7361626 or 10922895. OLE color: 10922895.

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

Color convert

RGB 143 171 166 -
CMYK 0.16 0 0.03 0.33
HSL 169.29º 0.14% 0.62% -
HSV(B) 169.29º 0.16% 0.67% -
XYZ 32.77 37.72 41.63 -
YUV 162.06 130.22 114.41 -
System Red Green Blue C M Y K H S L
Decimal 143 171 166 0.16 0 0.03 0.33 169.29 0.14 0.62
Hex 8F AB A6 10 0 3 21 A9 E 3E
Octal 217 253 246 20 0 3 41 251 16 76
Binary 10001111 10101011 10100110 10000 0 11 100001 10101001 1110 111110

Color Harmonies of #8FABA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FABA6

Black with #8FABA6

Text Example


Text Example

White with #8FABA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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