Html Css Color HEX #84DDD2 Riptide

📋 copy color: '#84DDD2'

red 132 ◦ green 221 ◦ blue 210

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

Shades of Riptide #84DDD2

Tints of Riptide #84DDD2

RGB

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

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

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

R = 23.45%
G = 39.25%
B = 37.3%

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

#84DDD2 (or 0x84DDD2) is known color: Riptide. HEX triplet: 84, DD and D2. RGB value is (132,221,210). Sum of RGB (Red+Green+Blue) = 132+221+210=563 (74% of max value = 765). Red value is 132 (51.95% from 255 or 23.45% from 563); Green value is 221 (86.72% from 255 or 39.25% from 563); Blue value is 210 (82.42% from 255 or 37.30% from 563); Max value from RGB is 221 - color contains mainly: green. Hex color #84DDD2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84DDD2 is #7B222D. Grayscale: #C1C1C1. Windows color (decimal): -8069678 or 13819268. OLE color: 13819268.

HSL color Cylindrical-coordinate representation of color #84DDD2: hue angle of 172.58º 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 #84DDD2 is Cyan = 0.40, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.13.

Color convert

RGB 132 221 210 -
CMYK 0.40 0 0.05 0.13
HSL 172.58º 0.57% 0.69% -
HSV(B) 172.58º 0.4% 0.87% -
XYZ 47.01 61.27 70.32 -
YUV 193.14 137.51 84.39 -
System Red Green Blue C M Y K H S L
Decimal 132 221 210 0.40 0 0.05 0.13 172.58 0.57 0.69
Hex 84 DD D2 28 0 5 D AD 39 45
Octal 204 335 322 50 0 5 15 255 71 105
Binary 10000100 11011101 11010010 101000 0 101 1101 10101101 111001 1000101

Color Harmonies of #84DDD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84DDD2

Black with #84DDD2

Text Example


Text Example

White with #84DDD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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