#84BCA5

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

Shades of Sea Nymph #84BCA5

Tints of Sea Nymph #84BCA5

Color information

#84BCA5 (or 0x84BCA5) is unknown color: approx Sea Nymph. HEX triplet: 84, BC and A5. RGB value is (132,188,165). Sum of RGB (Red+Green+Blue) = 132+188+165=485 (64% of max value = 765). Red value is 132 (51.95% from 255 or 27.22% from 485); Green value is 188 (73.83% from 255 or 38.76% from 485); Blue value is 165 (64.84% from 255 or 34.02% from 485); Max value from RGB is 188 - color contains mainly: green. Hex color #84BCA5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84BCA5 is #7B435A. Grayscale: #A8A8A8. Windows color (decimal): -8078171 or 10861700. OLE color: 10861700.

HSL color Cylindrical-coordinate representation of color #84BCA5: hue angle of 155.36º degrees, saturation: 0.29, 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 #84BCA5 is Cyan = 0.30, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.26.

Color convert

RGB132188165-
CMYK0.3000.120.26
HSL155.36º29.47%62.75%-
HSV(B)155.36º29.79%73.73%-
XYZ34.2943.5942.2-
YUV168.63125.95101.87-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 27.22%
GREEN value IS 188 (73.83% from 255) = 38.76%
BLUE value IS 165 (64.84% from 255) = 34.02%
R=27.22%
G=38.76%
B=34.02%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1321881650.3000.120.26155.3629.4762.75
Hex84BCA51E0C1A9b1d3f
Octal20427424536014322333577
Binary1000010010111100101001011111001100110101001101111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84BCA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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