Html Css Color HEX #8FB4A6 Sea Nymph

📋 copy color: '#8FB4A6'

red 143 ◦ green 180 ◦ blue 166

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

Shades of Sea Nymph #8FB4A6

Tints of Sea Nymph #8FB4A6

RGB

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

 GREEN value IS 180 (70.7% from 255) = 36.81%

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

R = 29.24%
G = 36.81%
B = 33.95%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.08

 K value IS 0.29

RGB Variations

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

Color information

#8FB4A6 (or 0x8FB4A6) is known color: Sea Nymph. HEX triplet: 8F, B4 and A6. RGB value is (143,180,166). Sum of RGB (Red+Green+Blue) = 143+180+166=489 (64% of max value = 765). Red value is 143 (56.25% from 255 or 29.24% from 489); Green value is 180 (70.70% from 255 or 36.81% from 489); Blue value is 166 (65.23% from 255 or 33.95% from 489); Max value from RGB is 180 - color contains mainly: green. Hex color #8FB4A6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FB4A6 is #704B59. Grayscale: #A7A7A7. Windows color (decimal): -7359322 or 10925199. OLE color: 10925199.

HSL color Cylindrical-coordinate representation of color #8FB4A6: hue angle of 157.3º degrees, saturation: 0.2, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #8FB4A6 is Cyan = 0.21, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.29.

Color convert

RGB 143 180 166 -
CMYK 0.21 0 0.08 0.29
HSL 157.3º 0.2% 0.63% -
HSV(B) 157.3º 0.21% 0.71% -
XYZ 34.53 41.24 42.22 -
YUV 167.34 127.24 110.64 -
System Red Green Blue C M Y K H S L
Decimal 143 180 166 0.21 0 0.08 0.29 157.3 0.2 0.63
Hex 8F B4 A6 15 0 8 1D 9D 14 3F
Octal 217 264 246 25 0 10 35 235 24 77
Binary 10001111 10110100 10100110 10101 0 1000 11101 10011101 10100 111111

Color Harmonies of #8FB4A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FB4A6

Black with #8FB4A6

Text Example


Text Example

White with #8FB4A6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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