#84EBC8

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

Shades of Riptide #84EBC8

Tints of Riptide #84EBC8

Color information

#84EBC8 (or 0x84EBC8) is unknown color: approx Riptide. HEX triplet: 84, EB and C8. RGB value is (132,235,200). Sum of RGB (Red+Green+Blue) = 132+235+200=567 (75% of max value = 765). Red value is 132 (51.95% from 255 or 23.28% from 567); Green value is 235 (92.19% from 255 or 41.45% from 567); Blue value is 200 (78.52% from 255 or 35.27% from 567); Max value from RGB is 235 - color contains mainly: green. Hex color #84EBC8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #84EBC8 is #7B1437. Grayscale: #C8C8C8. Windows color (decimal): -8066104 or 13167492. OLE color: 13167492.

HSL color Cylindrical-coordinate representation of color #84EBC8: hue angle of 159.61º 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 #84EBC8 is Cyan = 0.44, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.08.

Color convert

RGB132235200-
CMYK0.4400.150.08
HSL159.61º72.03%71.96%-
HSV(B)159.61º43.83%92.16%-
XYZ49.6568.4965.25-
YUV200.21127.8879.35-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 23.28%
GREEN value IS 235 (92.19% from 255) = 41.45%
BLUE value IS 200 (78.52% from 255) = 35.27%
R=23.28%
G=41.45%
B=35.27%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1322352000.4400.150.08159.6172.0371.96
Hex84EBC82C0F8a04848
Octal2043533105401710240110110
Binary1000010011101011110010001011000111110001010000010010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84EBC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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