Html Css Color HEX #84EAD2 Riptide

📋 copy color: '#84EAD2'

red 132 ◦ green 234 ◦ blue 210

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

Shades of Riptide #84EAD2

Tints of Riptide #84EAD2

RGB

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

 GREEN value IS 234 (91.8% from 255) = 40.63%

 BLUE value IS 210 (82.42% from 255) = 36.46%

R = 22.92%
G = 40.63%
B = 36.46%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.10

 K value IS 0.08

RGB Variations

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

Color information

#84EAD2 (or 0x84EAD2) is known color: Riptide. HEX triplet: 84, EA and D2. RGB value is (132,234,210). Sum of RGB (Red+Green+Blue) = 132+234+210=576 (76% of max value = 765). Red value is 132 (51.95% from 255 or 22.92% from 576); Green value is 234 (91.80% from 255 or 40.62% from 576); Blue value is 210 (82.42% from 255 or 36.46% from 576); Max value from RGB is 234 - color contains mainly: green. Hex color #84EAD2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #84EAD2 is #7B152D. Grayscale: #C8C8C8. Windows color (decimal): -8066350 or 13822596. OLE color: 13822596.

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

Color convert

RGB 132 234 210 -
CMYK 0.44 0 0.10 0.08
HSL 165.88º 0.71% 0.72% -
HSV(B) 165.88º 0.44% 0.92% -
XYZ 50.57 68.4 71.51 -
YUV 200.77 133.21 78.95 -
System Red Green Blue C M Y K H S L
Decimal 132 234 210 0.44 0 0.10 0.08 165.88 0.71 0.72
Hex 84 EA D2 2C 0 A 8 A6 47 48
Octal 204 352 322 54 0 12 10 246 107 110
Binary 10000100 11101010 11010010 101100 0 1010 1000 10100110 1000111 1001000

Color Harmonies of #84EAD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84EAD2

Black with #84EAD2

Text Example


Text Example

White with #84EAD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,234,210); }

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

background-color css

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

 a { background-color: rgb(132,234,210); }

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

border-color css

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

 span { border-color: rgb(132,234,210); }

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