Html Css Color HEX #84DFD5 Riptide

📋 copy color: '#84DFD5'

red 132 ◦ green 223 ◦ blue 213

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

Shades of Riptide #84DFD5

Tints of Riptide #84DFD5

RGB

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

 GREEN value IS 223 (87.5% from 255) = 39.26%

 BLUE value IS 213 (83.59% from 255) = 37.5%

R = 23.24%
G = 39.26%
B = 37.5%

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

#84DFD5 (or 0x84DFD5) is known color: Riptide. HEX triplet: 84, DF and D5. RGB value is (132,223,213). Sum of RGB (Red+Green+Blue) = 132+223+213=568 (75% of max value = 765). Red value is 132 (51.95% from 255 or 23.24% from 568); Green value is 223 (87.5% from 255 or 39.26% from 568); Blue value is 213 (83.59% from 255 or 37.5% from 568); Max value from RGB is 223 - color contains mainly: green. Hex color #84DFD5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84DFD5 is #7B202A. Grayscale: #C2C2C2. Windows color (decimal): -8069163 or 14016388. OLE color: 14016388.

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

Color convert

RGB 132 223 213 -
CMYK 0.41 0 0.04 0.13
HSL 173.41º 0.59% 0.7% -
HSV(B) 173.41º 0.41% 0.87% -
XYZ 47.91 62.48 72.49 -
YUV 194.65 138.35 83.31 -
System Red Green Blue C M Y K H S L
Decimal 132 223 213 0.41 0 0.04 0.13 173.41 0.59 0.7
Hex 84 DF D5 29 0 4 D AD 3B 46
Octal 204 337 325 51 0 4 15 255 73 106
Binary 10000100 11011111 11010101 101001 0 100 1101 10101101 111011 1000110

Color Harmonies of #84DFD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84DFD5

Black with #84DFD5

Text Example


Text Example

White with #84DFD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,223,213); }

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

background-color css

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

 a { background-color: rgb(132,223,213); }

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

border-color css

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

 span { border-color: rgb(132,223,213); }

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