Html Css Color HEX #84D5CD Riptide

📋 copy color: '#84D5CD'

red 132 ◦ green 213 ◦ blue 205

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

Shades of Riptide #84D5CD

Tints of Riptide #84D5CD

RGB

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

 GREEN value IS 213 (83.59% from 255) = 38.73%

 BLUE value IS 205 (80.47% from 255) = 37.27%

R = 24%
G = 38.73%
B = 37.27%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.04

 K value IS 0.16

RGB Variations

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

Color information

#84D5CD (or 0x84D5CD) is known color: Riptide. HEX triplet: 84, D5 and CD. RGB value is (132,213,205). Sum of RGB (Red+Green+Blue) = 132+213+205=550 (72% of max value = 765). Red value is 132 (51.95% from 255 or 24% from 550); Green value is 213 (83.59% from 255 or 38.73% from 550); Blue value is 205 (80.47% from 255 or 37.27% from 550); Max value from RGB is 213 - color contains mainly: green. Hex color #84D5CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84D5CD is #7B2A32. Grayscale: #BBBBBB. Windows color (decimal): -8071731 or 13489540. OLE color: 13489540.

HSL color Cylindrical-coordinate representation of color #84D5CD: hue angle of 174.07º degrees, saturation: 0.49, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #84D5CD is Cyan = 0.38, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.16.

Color convert

RGB 132 213 205 -
CMYK 0.38 0 0.04 0.16
HSL 174.07º 0.49% 0.68% -
HSV(B) 174.07º 0.38% 0.84% -
XYZ 44.33 56.9 66.4 -
YUV 187.87 137.66 88.15 -
System Red Green Blue C M Y K H S L
Decimal 132 213 205 0.38 0 0.04 0.16 174.07 0.49 0.68
Hex 84 D5 CD 26 0 4 10 AE 31 44
Octal 204 325 315 46 0 4 20 256 61 104
Binary 10000100 11010101 11001101 100110 0 100 10000 10101110 110001 1000100

Color Harmonies of #84D5CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84D5CD

Black with #84D5CD

Text Example


Text Example

White with #84D5CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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