#84E1CD

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

Shades of Riptide #84E1CD

Tints of Riptide #84E1CD

Color information

#84E1CD (or 0x84E1CD) is unknown color: approx Riptide. HEX triplet: 84, E1 and CD. RGB value is (132,225,205). Sum of RGB (Red+Green+Blue) = 132+225+205=562 (74% of max value = 765). Red value is 132 (51.95% from 255 or 23.49% from 562); Green value is 225 (88.28% from 255 or 40.04% from 562); Blue value is 205 (80.47% from 255 or 36.48% from 562); Max value from RGB is 225 - color contains mainly: green. Hex color #84E1CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84E1CD is #7B1E32. Grayscale: #C2C2C2. Windows color (decimal): -8068659 or 13492612. OLE color: 13492612.

HSL color Cylindrical-coordinate representation of color #84E1CD: hue angle of 167.1º degrees, saturation: 0.61, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #84E1CD is Cyan = 0.41, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.12.

Color convert

RGB132225205-
CMYK0.4100.090.12
HSL167.1º60.78%70%-
HSV(B)167.1º41.33%88.24%-
XYZ47.4663.1667.45-
YUV194.91133.6983.13-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 23.49%
GREEN value IS 225 (88.28% from 255) = 40.04%
BLUE value IS 205 (80.47% from 255) = 36.48%
R=23.49%
G=40.04%
B=36.48%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1322252050.4100.090.12167.160.7870
Hex84E1CD2909Ca73d46
Octal204341315510111424775106
Binary100001001110000111001101101001010011100101001111111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84E1CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,225,205); }

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

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

 a { background-color: rgb(132,225,205); }

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

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

 span { border-color: rgb(132,225,205); }

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