Html Css Color HEX #84DED6 Riptide

📋 copy color: '#84DED6'

red 132 ◦ green 222 ◦ blue 214

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

Shades of Riptide #84DED6

Tints of Riptide #84DED6

RGB

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

 GREEN value IS 222 (87.11% from 255) = 39.08%

 BLUE value IS 214 (83.98% from 255) = 37.68%

R = 23.24%
G = 39.08%
B = 37.68%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.04

 K value IS 0.13

RGB Variations

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

Color information

#84DED6 (or 0x84DED6) is known color: Riptide. HEX triplet: 84, DE and D6. RGB value is (132,222,214). Sum of RGB (Red+Green+Blue) = 132+222+214=568 (75% of max value = 765). Red value is 132 (51.95% from 255 or 23.24% from 568); Green value is 222 (87.11% from 255 or 39.08% from 568); Blue value is 214 (83.98% from 255 or 37.68% from 568); Max value from RGB is 222 - color contains mainly: green. Hex color #84DED6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84DED6 is #7B2129. Grayscale: #C2C2C2. Windows color (decimal): -8069418 or 14081668. OLE color: 14081668.

HSL color Cylindrical-coordinate representation of color #84DED6: hue angle of 174.67º degrees, saturation: 0.58, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #84DED6 is Cyan = 0.41, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.13.

Color convert

RGB 132 222 214 -
CMYK 0.41 0 0.04 0.13
HSL 174.67º 0.58% 0.69% -
HSV(B) 174.67º 0.41% 0.87% -
XYZ 47.77 62 73.07 -
YUV 194.18 139.18 83.65 -
System Red Green Blue C M Y K H S L
Decimal 132 222 214 0.41 0 0.04 0.13 174.67 0.58 0.69
Hex 84 DE D6 29 0 4 D AF 3A 45
Octal 204 336 326 51 0 4 15 257 72 105
Binary 10000100 11011110 11010110 101001 0 100 1101 10101111 111010 1000101

Color Harmonies of #84DED6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84DED6

Black with #84DED6

Text Example


Text Example

White with #84DED6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,222,214); }

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

background-color css

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

 a { background-color: rgb(132,222,214); }

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

border-color css

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

 span { border-color: rgb(132,222,214); }

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