Html Css Color HEX #84DDC1 Riptide

📋 copy color: '#84DDC1'

red 132 ◦ green 221 ◦ blue 193

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

Shades of Riptide #84DDC1

Tints of Riptide #84DDC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 35.35%

R = 24.18%
G = 40.48%
B = 35.35%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.13

 K value IS 0.13

RGB Variations

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

Color information

#84DDC1 (or 0x84DDC1) is known color: Riptide. HEX triplet: 84, DD and C1. RGB value is (132,221,193). Sum of RGB (Red+Green+Blue) = 132+221+193=546 (72% of max value = 765). Red value is 132 (51.95% from 255 or 24.18% from 546); Green value is 221 (86.72% from 255 or 40.48% from 546); Blue value is 193 (75.78% from 255 or 35.35% from 546); Max value from RGB is 221 - color contains mainly: green. Hex color #84DDC1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84DDC1 is #7B223E. Grayscale: #BFBFBF. Windows color (decimal): -8069695 or 12705156. OLE color: 12705156.

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

Color convert

RGB 132 221 193 -
CMYK 0.40 0 0.13 0.13
HSL 161.12º 0.57% 0.69% -
HSV(B) 161.12º 0.4% 0.87% -
XYZ 45 60.47 59.75 -
YUV 191.2 129.01 85.78 -
System Red Green Blue C M Y K H S L
Decimal 132 221 193 0.40 0 0.13 0.13 161.12 0.57 0.69
Hex 84 DD C1 28 0 D D A1 39 45
Octal 204 335 301 50 0 15 15 241 71 105
Binary 10000100 11011101 11000001 101000 0 1101 1101 10100001 111001 1000101

Color Harmonies of #84DDC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84DDC1

Black with #84DDC1

Text Example


Text Example

White with #84DDC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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