Html Css Color HEX #84E9D0 Riptide

📋 copy color: '#84E9D0'

red 132 ◦ green 233 ◦ blue 208

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

Shades of Riptide #84E9D0

Tints of Riptide #84E9D0

RGB

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

 GREEN value IS 233 (91.41% from 255) = 40.66%

 BLUE value IS 208 (81.64% from 255) = 36.3%

R = 23.04%
G = 40.66%
B = 36.3%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.11

 K value IS 0.09

RGB Variations

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

Color information

#84E9D0 (or 0x84E9D0) is known color: Riptide. HEX triplet: 84, E9 and D0. RGB value is (132,233,208). Sum of RGB (Red+Green+Blue) = 132+233+208=573 (75% of max value = 765). Red value is 132 (51.95% from 255 or 23.04% from 573); Green value is 233 (91.41% from 255 or 40.66% from 573); Blue value is 208 (81.64% from 255 or 36.30% from 573); Max value from RGB is 233 - color contains mainly: green. Hex color #84E9D0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #84E9D0 is #7B162F. Grayscale: #C7C7C7. Windows color (decimal): -8066608 or 13691268. OLE color: 13691268.

HSL color Cylindrical-coordinate representation of color #84E9D0: hue angle of 165.15º degrees, saturation: 0.7, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #84E9D0 is Cyan = 0.43, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.09.

Color convert

RGB 132 233 208 -
CMYK 0.43 0 0.11 0.09
HSL 165.15º 0.7% 0.72% -
HSV(B) 165.15º 0.43% 0.91% -
XYZ 50.04 67.74 70.11 -
YUV 199.95 132.54 79.53 -
System Red Green Blue C M Y K H S L
Decimal 132 233 208 0.43 0 0.11 0.09 165.15 0.7 0.72
Hex 84 E9 D0 2B 0 B 9 A5 46 48
Octal 204 351 320 53 0 13 11 245 106 110
Binary 10000100 11101001 11010000 101011 0 1011 1001 10100101 1000110 1001000

Color Harmonies of #84E9D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84E9D0

Black with #84E9D0

Text Example


Text Example

White with #84E9D0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,233,208); }

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

background-color css

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

 a { background-color: rgb(132,233,208); }

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

border-color css

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

 span { border-color: rgb(132,233,208); }

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