#84EBC9

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

Shades of Riptide #84EBC9

Tints of Riptide #84EBC9

Color information

#84EBC9 (or 0x84EBC9) is unknown color: approx Riptide. HEX triplet: 84, EB and C9. RGB value is (132,235,201). Sum of RGB (Red+Green+Blue) = 132+235+201=568 (75% of max value = 765). Red value is 132 (51.95% from 255 or 23.24% from 568); Green value is 235 (92.19% from 255 or 41.37% from 568); Blue value is 201 (78.91% from 255 or 35.39% from 568); Max value from RGB is 235 - color contains mainly: green. Hex color #84EBC9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #84EBC9 is #7B1436. Grayscale: #C8C8C8. Windows color (decimal): -8066103 or 13233028. OLE color: 13233028.

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

Color convert

RGB132235201-
CMYK0.4400.140.08
HSL160.19º72.03%71.96%-
HSV(B)160.19º43.83%92.16%-
XYZ49.7768.5465.86-
YUV200.33128.3879.26-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 23.24%
GREEN value IS 235 (92.19% from 255) = 41.37%
BLUE value IS 201 (78.91% from 255) = 35.39%
R=23.24%
G=41.37%
B=35.39%

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
Decimal1322352010.4400.140.08160.1972.0371.96
Hex84EBC92C0E8a04848
Octal2043533115401610240110110
Binary1000010011101011110010011011000111010001010000010010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84EBC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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