Html Css Color HEX #84DDC9 Riptide

📋 copy color: '#84DDC9'

red 132 ◦ green 221 ◦ blue 201

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

Shades of Riptide #84DDC9

Tints of Riptide #84DDC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 36.28%

R = 23.83%
G = 39.89%
B = 36.28%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.09

 K value IS 0.13

RGB Variations

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

Color information

#84DDC9 (or 0x84DDC9) is known color: Riptide. HEX triplet: 84, DD and C9. RGB value is (132,221,201). Sum of RGB (Red+Green+Blue) = 132+221+201=554 (73% of max value = 765). Red value is 132 (51.95% from 255 or 23.83% from 554); Green value is 221 (86.72% from 255 or 39.89% from 554); Blue value is 201 (78.91% from 255 or 36.28% from 554); Max value from RGB is 221 - color contains mainly: green. Hex color #84DDC9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84DDC9 is #7B2236. Grayscale: #C0C0C0. Windows color (decimal): -8069687 or 13229444. OLE color: 13229444.

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

Color convert

RGB 132 221 201 -
CMYK 0.40 0 0.09 0.13
HSL 166.52º 0.57% 0.69% -
HSV(B) 166.52º 0.4% 0.87% -
XYZ 45.91 60.84 64.58 -
YUV 192.11 133.01 85.13 -
System Red Green Blue C M Y K H S L
Decimal 132 221 201 0.40 0 0.09 0.13 166.52 0.57 0.69
Hex 84 DD C9 28 0 9 D A7 39 45
Octal 204 335 311 50 0 11 15 247 71 105
Binary 10000100 11011101 11001001 101000 0 1001 1101 10100111 111001 1000101

Color Harmonies of #84DDC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84DDC9

Black with #84DDC9

Text Example


Text Example

White with #84DDC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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