Html Css Color HEX #84AF9F Sea Nymph

📋 copy color: '#84AF9F'

red 132 ◦ green 175 ◦ blue 159

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

Shades of Sea Nymph #84AF9F

Tints of Sea Nymph #84AF9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 34.12%

R = 28.33%
G = 37.55%
B = 34.12%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.09

 K value IS 0.31

RGB Variations

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

Color information

#84AF9F (or 0x84AF9F) is known color: Sea Nymph. HEX triplet: 84, AF and 9F. RGB value is (132,175,159). Sum of RGB (Red+Green+Blue) = 132+175+159=466 (61% of max value = 765). Red value is 132 (51.95% from 255 or 28.33% from 466); Green value is 175 (68.75% from 255 or 37.55% from 466); Blue value is 159 (62.5% from 255 or 34.12% from 466); Max value from RGB is 175 - color contains mainly: green. Hex color #84AF9F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #84AF9F is #7B5060. Grayscale: #A0A0A0. Windows color (decimal): -8081505 or 10465156. OLE color: 10465156.

HSL color Cylindrical-coordinate representation of color #84AF9F: hue angle of 157.67º 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 #84AF9F is Cyan = 0.25, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.31.

Color convert

RGB 132 175 159 -
CMYK 0.25 0 0.09 0.31
HSL 157.67º 0.21% 0.6% -
HSV(B) 157.67º 0.25% 0.69% -
XYZ 31.1 38.07 38.51 -
YUV 160.32 127.25 107.8 -
System Red Green Blue C M Y K H S L
Decimal 132 175 159 0.25 0 0.09 0.31 157.67 0.21 0.6
Hex 84 AF 9F 19 0 9 1F 9E 15 3C
Octal 204 257 237 31 0 11 37 236 25 74
Binary 10000100 10101111 10011111 11001 0 1001 11111 10011110 10101 111100

Color Harmonies of #84AF9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84AF9F

Black with #84AF9F

Text Example


Text Example

White with #84AF9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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