Html Css Color HEX #84E5BF Riptide

📋 copy color: '#84E5BF'

red 132 ◦ green 229 ◦ blue 191

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

Shades of Riptide #84E5BF

Tints of Riptide #84E5BF

RGB

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

 GREEN value IS 229 (89.84% from 255) = 41.49%

 BLUE value IS 191 (75% from 255) = 34.6%

R = 23.91%
G = 41.49%
B = 34.6%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.17

 K value IS 0.10

RGB Variations

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

Color information

#84E5BF (or 0x84E5BF) is known color: Riptide. HEX triplet: 84, E5 and BF. RGB value is (132,229,191). Sum of RGB (Red+Green+Blue) = 132+229+191=552 (73% of max value = 765). Red value is 132 (51.95% from 255 or 23.91% from 552); Green value is 229 (89.84% from 255 or 41.49% from 552); Blue value is 191 (75% from 255 or 34.60% from 552); Max value from RGB is 229 - color contains mainly: green. Hex color #84E5BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84E5BF is #7B1A40. Grayscale: #C3C3C3. Windows color (decimal): -8067649 or 12576132. OLE color: 12576132.

HSL color Cylindrical-coordinate representation of color #84E5BF: hue angle of 156.49º degrees, saturation: 0.65, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #84E5BF is Cyan = 0.42, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.10.

Color convert

RGB 132 229 191 -
CMYK 0.42 0 0.17 0.10
HSL 156.49º 0.65% 0.71% -
HSV(B) 156.49º 0.42% 0.9% -
XYZ 46.94 64.71 59.31 -
YUV 195.67 125.36 82.59 -
System Red Green Blue C M Y K H S L
Decimal 132 229 191 0.42 0 0.17 0.10 156.49 0.65 0.71
Hex 84 E5 BF 2A 0 11 A 9C 41 47
Octal 204 345 277 52 0 21 12 234 101 107
Binary 10000100 11100101 10111111 101010 0 10001 1010 10011100 1000001 1000111

Color Harmonies of #84E5BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84E5BF

Black with #84E5BF

Text Example


Text Example

White with #84E5BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,229,191); }

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

background-color css

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

 a { background-color: rgb(132,229,191); }

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

border-color css

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

 span { border-color: rgb(132,229,191); }

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