#84EBCA

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

Shades of Riptide #84EBCA

Tints of Riptide #84EBCA

Color information

#84EBCA (or 0x84EBCA) is unknown color: approx Riptide. HEX triplet: 84, EB and CA. RGB value is (132,235,202). Sum of RGB (Red+Green+Blue) = 132+235+202=569 (75% of max value = 765). Red value is 132 (51.95% from 255 or 23.20% from 569); Green value is 235 (92.19% from 255 or 41.30% from 569); Blue value is 202 (79.30% from 255 or 35.50% from 569); Max value from RGB is 235 - color contains mainly: green. Hex color #84EBCA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #84EBCA is #7B1435. Grayscale: #C8C8C8. Windows color (decimal): -8066102 or 13298564. OLE color: 13298564.

HSL color Cylindrical-coordinate representation of color #84EBCA: hue angle of 160.78º degrees, saturation: 0.72, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #84EBCA is Cyan = 0.44, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.08.

Color convert

RGB132235202-
CMYK0.4400.140.08
HSL160.78º72.03%71.96%-
HSV(B)160.78º43.83%92.16%-
XYZ49.8868.5966.49-
YUV200.44128.8879.18-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 23.20%
GREEN value IS 235 (92.19% from 255) = 41.30%
BLUE value IS 202 (79.30% from 255) = 35.50%
R=23.20%
G=41.30%
B=35.50%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1322352020.4400.140.08160.7872.0371.96
Hex84EBCA2C0E8a14848
Octal2043533125401610241110110
Binary1000010011101011110010101011000111010001010000110010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84EBCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,235,202); }

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

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

 a { background-color: rgb(132,235,202); }

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

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

 span { border-color: rgb(132,235,202); }

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