Html Css Color HEX #84B9A8 Sea Nymph

📋 copy color: '#84B9A8'

red 132 ◦ green 185 ◦ blue 168

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

Shades of Sea Nymph #84B9A8

Tints of Sea Nymph #84B9A8

RGB

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

 GREEN value IS 185 (72.66% from 255) = 38.14%

 BLUE value IS 168 (66.02% from 255) = 34.64%

R = 27.22%
G = 38.14%
B = 34.64%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.09

 K value IS 0.27

RGB Variations

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

Color information

#84B9A8 (or 0x84B9A8) is known color: Sea Nymph. HEX triplet: 84, B9 and A8. RGB value is (132,185,168). Sum of RGB (Red+Green+Blue) = 132+185+168=485 (64% of max value = 765). Red value is 132 (51.95% from 255 or 27.22% from 485); Green value is 185 (72.66% from 255 or 38.14% from 485); Blue value is 168 (66.02% from 255 or 34.64% from 485); Max value from RGB is 185 - color contains mainly: green. Hex color #84B9A8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84B9A8 is #7B4657. Grayscale: #A7A7A7. Windows color (decimal): -8078936 or 11057540. OLE color: 11057540.

HSL color Cylindrical-coordinate representation of color #84B9A8: hue angle of 160.75º degrees, saturation: 0.27, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #84B9A8 is Cyan = 0.29, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.27.

Color convert

RGB 132 185 168 -
CMYK 0.29 0 0.09 0.27
HSL 160.75º 0.27% 0.62% -
HSV(B) 160.75º 0.29% 0.73% -
XYZ 33.93 42.43 43.45 -
YUV 167.22 128.44 102.88 -
System Red Green Blue C M Y K H S L
Decimal 132 185 168 0.29 0 0.09 0.27 160.75 0.27 0.62
Hex 84 B9 A8 1D 0 9 1B A1 1B 3E
Octal 204 271 250 35 0 11 33 241 33 76
Binary 10000100 10111001 10101000 11101 0 1001 11011 10100001 11011 111110

Color Harmonies of #84B9A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84B9A8

Black with #84B9A8

Text Example


Text Example

White with #84B9A8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,185,168); }

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

background-color css

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

 a { background-color: rgb(132,185,168); }

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

border-color css

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

 span { border-color: rgb(132,185,168); }

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