Html Css Color HEX #84E4CA Riptide

📋 copy color: '#84E4CA'

red 132 ◦ green 228 ◦ blue 202

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

Shades of Riptide #84E4CA

Tints of Riptide #84E4CA

RGB

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

 GREEN value IS 228 (89.45% from 255) = 40.57%

 BLUE value IS 202 (79.3% from 255) = 35.94%

R = 23.49%
G = 40.57%
B = 35.94%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.11

 K value IS 0.11

RGB Variations

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

Color information

#84E4CA (or 0x84E4CA) is known color: Riptide. HEX triplet: 84, E4 and CA. RGB value is (132,228,202). Sum of RGB (Red+Green+Blue) = 132+228+202=562 (74% of max value = 765). Red value is 132 (51.95% from 255 or 23.49% from 562); Green value is 228 (89.45% from 255 or 40.57% from 562); Blue value is 202 (79.30% from 255 or 35.94% from 562); Max value from RGB is 228 - color contains mainly: green. Hex color #84E4CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84E4CA is #7B1B35. Grayscale: #C4C4C4. Windows color (decimal): -8067894 or 13296772. OLE color: 13296772.

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

Color convert

RGB 132 228 202 -
CMYK 0.42 0 0.11 0.11
HSL 163.75º 0.64% 0.71% -
HSV(B) 163.75º 0.42% 0.89% -
XYZ 47.92 64.66 65.83 -
YUV 196.33 131.2 82.11 -
System Red Green Blue C M Y K H S L
Decimal 132 228 202 0.42 0 0.11 0.11 163.75 0.64 0.71
Hex 84 E4 CA 2A 0 B B A4 40 47
Octal 204 344 312 52 0 13 13 244 100 107
Binary 10000100 11100100 11001010 101010 0 1011 1011 10100100 1000000 1000111

Color Harmonies of #84E4CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84E4CA

Black with #84E4CA

Text Example


Text Example

White with #84E4CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,228,202); }

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

background-color css

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

 a { background-color: rgb(132,228,202); }

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

border-color css

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

 span { border-color: rgb(132,228,202); }

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