Html Css Color HEX #84DFD3 Riptide

📋 copy color: '#84DFD3'

red 132 ◦ green 223 ◦ blue 211

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

Shades of Riptide #84DFD3

Tints of Riptide #84DFD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 37.28%

R = 23.32%
G = 39.4%
B = 37.28%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.05

 K value IS 0.13

RGB Variations

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

Color information

#84DFD3 (or 0x84DFD3) is known color: Riptide. HEX triplet: 84, DF and D3. RGB value is (132,223,211). Sum of RGB (Red+Green+Blue) = 132+223+211=566 (74% of max value = 765). Red value is 132 (51.95% from 255 or 23.32% from 566); Green value is 223 (87.5% from 255 or 39.40% from 566); Blue value is 211 (82.81% from 255 or 37.28% from 566); Max value from RGB is 223 - color contains mainly: green. Hex color #84DFD3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84DFD3 is #7B202C. Grayscale: #C2C2C2. Windows color (decimal): -8069165 or 13885316. OLE color: 13885316.

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

Color convert

RGB 132 223 211 -
CMYK 0.41 0 0.05 0.13
HSL 172.09º 0.59% 0.7% -
HSV(B) 172.09º 0.41% 0.87% -
XYZ 47.66 62.38 71.16 -
YUV 194.42 137.35 83.48 -
System Red Green Blue C M Y K H S L
Decimal 132 223 211 0.41 0 0.05 0.13 172.09 0.59 0.7
Hex 84 DF D3 29 0 5 D AC 3B 46
Octal 204 337 323 51 0 5 15 254 73 106
Binary 10000100 11011111 11010011 101001 0 101 1101 10101100 111011 1000110

Color Harmonies of #84DFD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84DFD3

Black with #84DFD3

Text Example


Text Example

White with #84DFD3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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