#84EBC2

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

Shades of Riptide #84EBC2

Tints of Riptide #84EBC2

Color information

#84EBC2 (or 0x84EBC2) is unknown color: approx Riptide. HEX triplet: 84, EB and C2. RGB value is (132,235,194). Sum of RGB (Red+Green+Blue) = 132+235+194=561 (74% of max value = 765). Red value is 132 (51.95% from 255 or 23.53% from 561); Green value is 235 (92.19% from 255 or 41.89% from 561); Blue value is 194 (76.17% from 255 or 34.58% from 561); Max value from RGB is 235 - color contains mainly: green. Hex color #84EBC2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #84EBC2 is #7B143D. Grayscale: #C7C7C7. Windows color (decimal): -8066110 or 12774276. OLE color: 12774276.

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

Color convert

RGB132235194-
CMYK0.4400.170.08
HSL156.12º72.03%71.96%-
HSV(B)156.12º43.83%92.16%-
XYZ48.9668.2261.63-
YUV199.53124.8879.83-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 23.53%
GREEN value IS 235 (92.19% from 255) = 41.89%
BLUE value IS 194 (76.17% from 255) = 34.58%
R=23.53%
G=41.89%
B=34.58%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1322351940.4400.170.08156.1272.0371.96
Hex84EBC22C01189c4848
Octal2043533025402110234110110
Binary10000100111010111100001010110001000110001001110010010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84EBC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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