Html Css Color HEX #84AFA6 Sea Nymph

📋 copy color: '#84AFA6'

red 132 ◦ green 175 ◦ blue 166

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

Shades of Sea Nymph #84AFA6

Tints of Sea Nymph #84AFA6

RGB

 RED value IS 132 (51.95% from 255) = 27.91%

 GREEN value IS 175 (68.75% from 255) = 37%

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

R = 27.91%
G = 37%
B = 35.1%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.05

 K value IS 0.31

RGB Variations

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

Color information

#84AFA6 (or 0x84AFA6) is known color: Sea Nymph. HEX triplet: 84, AF and A6. RGB value is (132,175,166). Sum of RGB (Red+Green+Blue) = 132+175+166=473 (62% of max value = 765). Red value is 132 (51.95% from 255 or 27.91% from 473); Green value is 175 (68.75% from 255 or 37.00% from 473); Blue value is 166 (65.23% from 255 or 35.10% from 473); Max value from RGB is 175 - color contains mainly: green. Hex color #84AFA6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #84AFA6 is #7B5059. Grayscale: #A1A1A1. Windows color (decimal): -8081498 or 10923908. OLE color: 10923908.

HSL color Cylindrical-coordinate representation of color #84AFA6: hue angle of 167.44º degrees, saturation: 0.21, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #84AFA6 is Cyan = 0.25, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.31.

Color convert

RGB 132 175 166 -
CMYK 0.25 0 0.05 0.31
HSL 167.44º 0.21% 0.6% -
HSV(B) 167.44º 0.25% 0.69% -
XYZ 31.73 38.32 41.8 -
YUV 161.12 130.75 107.23 -
System Red Green Blue C M Y K H S L
Decimal 132 175 166 0.25 0 0.05 0.31 167.44 0.21 0.6
Hex 84 AF A6 19 0 5 1F A7 15 3C
Octal 204 257 246 31 0 5 37 247 25 74
Binary 10000100 10101111 10100110 11001 0 101 11111 10100111 10101 111100

Color Harmonies of #84AFA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84AFA6

Black with #84AFA6

Text Example


Text Example

White with #84AFA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #84AFA6; }

 p { color: rgb(132,175,166); }

 H1.HeaderClassName
 {
   color: #84AFA6;
 }
 .AnyTagClassName
 {
   color: #84AFA6;
 }
</style>

background-color css

<style>
 a { background-color: #84AFA6; }

 a { background-color: rgb(132,175,166); }

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

border-color css

<style>
 span { border-color: #84AFA6; }

 span { border-color: rgb(132,175,166); }

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