Html Css Color HEX #84E2DA Riptide

📋 copy color: '#84E2DA'

red 132 ◦ green 226 ◦ blue 218

#84E2DA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Riptide #84E2DA

Tints of Riptide #84E2DA

RGB

 RED value IS 132 (51.95% from 255) = 22.92%

 GREEN value IS 226 (88.67% from 255) = 39.24%

 BLUE value IS 218 (85.55% from 255) = 37.85%

R = 22.92%
G = 39.24%
B = 37.85%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.04

 K value IS 0.11

RGB Variations

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

Color information

#84E2DA (or 0x84E2DA) is known color: Riptide. HEX triplet: 84, E2 and DA. RGB value is (132,226,218). Sum of RGB (Red+Green+Blue) = 132+226+218=576 (76% of max value = 765). Red value is 132 (51.95% from 255 or 22.92% from 576); Green value is 226 (88.67% from 255 or 39.24% from 576); Blue value is 218 (85.55% from 255 or 37.85% from 576); Max value from RGB is 226 - color contains mainly: green. Hex color #84E2DA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84E2DA is #7B1D25. Grayscale: #C4C4C4. Windows color (decimal): -8068390 or 14344836. OLE color: 14344836.

HSL color Cylindrical-coordinate representation of color #84E2DA: hue angle of 174.89º degrees, saturation: 0.62, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #84E2DA is Cyan = 0.42, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.11.

Color convert

RGB 132 226 218 -
CMYK 0.42 0 0.04 0.11
HSL 174.89º 0.62% 0.7% -
HSV(B) 174.89º 0.42% 0.89% -
XYZ 49.37 64.36 76.15 -
YUV 196.98 139.86 81.65 -
System Red Green Blue C M Y K H S L
Decimal 132 226 218 0.42 0 0.04 0.11 174.89 0.62 0.7
Hex 84 E2 DA 2A 0 4 B AF 3E 46
Octal 204 342 332 52 0 4 13 257 76 106
Binary 10000100 11100010 11011010 101010 0 100 1011 10101111 111110 1000110

Color Harmonies of #84E2DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84E2DA

Black with #84E2DA

Text Example


Text Example

White with #84E2DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,226,218); }

 H1.HeaderClassName
 {
   color: #84E2DA;
 }
 .AnyTagClassName
 {
   color: #84E2DA;
 }
</style>

background-color css

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

 a { background-color: rgb(132,226,218); }

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

border-color css

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

 span { border-color: rgb(132,226,218); }

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