#84BDA5

Color #84BDA5 Sea Nymph (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sea Nymph #84BDA5

Tints of Sea Nymph #84BDA5

Color information

#84BDA5 (or 0x84BDA5) is unknown color: approx Sea Nymph. HEX triplet: 84, BD and A5. RGB value is (132,189,165). Sum of RGB (Red+Green+Blue) = 132+189+165=486 (64% of max value = 765). Red value is 132 (51.95% from 255 or 27.16% from 486); Green value is 189 (74.22% from 255 or 38.89% from 486); Blue value is 165 (64.84% from 255 or 33.95% from 486); Max value from RGB is 189 - color contains mainly: green. Hex color #84BDA5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84BDA5 is #7B425A. Grayscale: #A9A9A9. Windows color (decimal): -8077915 or 10861956. OLE color: 10861956.

HSL color Cylindrical-coordinate representation of color #84BDA5: hue angle of 154.74º degrees, saturation: 0.3, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #84BDA5 is Cyan = 0.30, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.26.

Color convert

RGB132189165-
CMYK0.3000.130.26
HSL154.74º30.16%62.94%-
HSV(B)154.74º30.16%74.12%-
XYZ34.544.0242.27-
YUV169.22125.62101.45-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 27.16%
GREEN value IS 189 (74.22% from 255) = 38.89%
BLUE value IS 165 (64.84% from 255) = 33.95%
R=27.16%
G=38.89%
B=33.95%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1321891650.3000.130.26154.7430.1662.94
Hex84BDA51E0D1A9b1e3f
Octal20427524536015322333677
Binary1000010010111101101001011111001101110101001101111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84BDA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,189,165); }

 H1.HeaderClassName
 {
   color: #84BDA5;
 }
 .AnyTagClassName
 {
   color: #84BDA5;
 }
</style>
background-color css

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

 a { background-color: rgb(132,189,165); }

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

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

 span { border-color: rgb(132,189,165); }

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