#84EBBC

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

Shades of Riptide #84EBBC

Tints of Riptide #84EBBC

Color information

#84EBBC (or 0x84EBBC) is unknown color: approx Riptide. HEX triplet: 84, EB and BC. RGB value is (132,235,188). Sum of RGB (Red+Green+Blue) = 132+235+188=555 (73% of max value = 765). Red value is 132 (51.95% from 255 or 23.78% from 555); Green value is 235 (92.19% from 255 or 42.34% from 555); Blue value is 188 (73.83% from 255 or 33.87% from 555); Max value from RGB is 235 - color contains mainly: green. Hex color #84EBBC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #84EBBC is #7B1443. Grayscale: #C6C6C6. Windows color (decimal): -8066116 or 12381060. OLE color: 12381060.

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

Color convert

RGB132235188-
CMYK0.4400.20.08
HSL152.62º72.03%71.96%-
HSV(B)152.62º43.83%92.16%-
XYZ48.367.9558.15-
YUV198.84121.8880.32-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 23.78%
GREEN value IS 235 (92.19% from 255) = 42.34%
BLUE value IS 188 (73.83% from 255) = 33.87%
R=23.78%
G=42.34%
B=33.87%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.2
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1322351880.4400.20.08152.6272.0371.96
Hex84EBBC2C0148994848
Octal2043532745402410231110110
Binary10000100111010111011110010110001010010001001100110010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84EBBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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