Html Css Color HEX #84DDD1 Riptide

📋 copy color: '#84DDD1'

red 132 ◦ green 221 ◦ blue 209

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

Shades of Riptide #84DDD1

Tints of Riptide #84DDD1

RGB

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

 GREEN value IS 221 (86.72% from 255) = 39.32%

 BLUE value IS 209 (82.03% from 255) = 37.19%

R = 23.49%
G = 39.32%
B = 37.19%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.05

 K value IS 0.13

RGB Variations

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

Color information

#84DDD1 (or 0x84DDD1) is known color: Riptide. HEX triplet: 84, DD and D1. RGB value is (132,221,209). Sum of RGB (Red+Green+Blue) = 132+221+209=562 (74% of max value = 765). Red value is 132 (51.95% from 255 or 23.49% from 562); Green value is 221 (86.72% from 255 or 39.32% from 562); Blue value is 209 (82.03% from 255 or 37.19% from 562); Max value from RGB is 221 - color contains mainly: green. Hex color #84DDD1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84DDD1 is #7B222E. Grayscale: #C0C0C0. Windows color (decimal): -8069679 or 13753732. OLE color: 13753732.

HSL color Cylindrical-coordinate representation of color #84DDD1: hue angle of 171.91º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #84DDD1 is Cyan = 0.40, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.13.

Color convert

RGB 132 221 209 -
CMYK 0.40 0 0.05 0.13
HSL 171.91º 0.57% 0.69% -
HSV(B) 171.91º 0.4% 0.87% -
XYZ 46.88 61.22 69.67 -
YUV 193.02 137.01 84.48 -
System Red Green Blue C M Y K H S L
Decimal 132 221 209 0.40 0 0.05 0.13 171.91 0.57 0.69
Hex 84 DD D1 28 0 5 D AC 39 45
Octal 204 335 321 50 0 5 15 254 71 105
Binary 10000100 11011101 11010001 101000 0 101 1101 10101100 111001 1000101

Color Harmonies of #84DDD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84DDD1

Black with #84DDD1

Text Example


Text Example

White with #84DDD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,221,209); }

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

background-color css

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

 a { background-color: rgb(132,221,209); }

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

border-color css

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

 span { border-color: rgb(132,221,209); }

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