Html Css Color HEX #8FB8AC Sea Nymph

📋 copy color: '#8FB8AC'

red 143 ◦ green 184 ◦ blue 172

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

Shades of Sea Nymph #8FB8AC

Tints of Sea Nymph #8FB8AC

RGB

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

 GREEN value IS 184 (72.27% from 255) = 36.87%

 BLUE value IS 172 (67.58% from 255) = 34.47%

R = 28.66%
G = 36.87%
B = 34.47%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.07

 K value IS 0.28

RGB Variations

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

Color information

#8FB8AC (or 0x8FB8AC) is known color: Sea Nymph. HEX triplet: 8F, B8 and AC. RGB value is (143,184,172). Sum of RGB (Red+Green+Blue) = 143+184+172=499 (66% of max value = 765). Red value is 143 (56.25% from 255 or 28.66% from 499); Green value is 184 (72.27% from 255 or 36.87% from 499); Blue value is 172 (67.58% from 255 or 34.47% from 499); Max value from RGB is 184 - color contains mainly: green. Hex color #8FB8AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FB8AC is #704753. Grayscale: #AAAAAA. Windows color (decimal): -7358292 or 11319439. OLE color: 11319439.

HSL color Cylindrical-coordinate representation of color #8FB8AC: hue angle of 162.44º degrees, saturation: 0.22, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #8FB8AC is Cyan = 0.22, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.28.

Color convert

RGB 143 184 172 -
CMYK 0.22 0 0.07 0.28
HSL 162.44º 0.22% 0.64% -
HSV(B) 162.44º 0.22% 0.72% -
XYZ 35.91 43.1 45.46 -
YUV 170.37 128.92 108.48 -
System Red Green Blue C M Y K H S L
Decimal 143 184 172 0.22 0 0.07 0.28 162.44 0.22 0.64
Hex 8F B8 AC 16 0 7 1C A2 16 40
Octal 217 270 254 26 0 7 34 242 26 100
Binary 10001111 10111000 10101100 10110 0 111 11100 10100010 10110 1000000

Color Harmonies of #8FB8AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FB8AC

Black with #8FB8AC

Text Example


Text Example

White with #8FB8AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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