Html Css Color HEX #84D7CA Riptide

📋 copy color: '#84D7CA'

red 132 ◦ green 215 ◦ blue 202

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

Shades of Riptide #84D7CA

Tints of Riptide #84D7CA

RGB

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

 GREEN value IS 215 (84.38% from 255) = 39.16%

 BLUE value IS 202 (79.3% from 255) = 36.79%

R = 24.04%
G = 39.16%
B = 36.79%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.06

 K value IS 0.16

RGB Variations

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

Color information

#84D7CA (or 0x84D7CA) is known color: Riptide. HEX triplet: 84, D7 and CA. RGB value is (132,215,202). Sum of RGB (Red+Green+Blue) = 132+215+202=549 (72% of max value = 765). Red value is 132 (51.95% from 255 or 24.04% from 549); Green value is 215 (84.38% from 255 or 39.16% from 549); Blue value is 202 (79.30% from 255 or 36.79% from 549); Max value from RGB is 215 - color contains mainly: green. Hex color #84D7CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84D7CA is #7B2835. Grayscale: #BCBCBC. Windows color (decimal): -8071222 or 13293444. OLE color: 13293444.

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

Color convert

RGB 132 215 202 -
CMYK 0.39 0 0.06 0.16
HSL 170.6º 0.51% 0.68% -
HSV(B) 170.6º 0.39% 0.84% -
XYZ 44.48 57.77 64.68 -
YUV 188.7 135.5 87.56 -
System Red Green Blue C M Y K H S L
Decimal 132 215 202 0.39 0 0.06 0.16 170.6 0.51 0.68
Hex 84 D7 CA 27 0 6 10 AB 33 44
Octal 204 327 312 47 0 6 20 253 63 104
Binary 10000100 11010111 11001010 100111 0 110 10000 10101011 110011 1000100

Color Harmonies of #84D7CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84D7CA

Black with #84D7CA

Text Example


Text Example

White with #84D7CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,215,202); }

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

background-color css

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

 a { background-color: rgb(132,215,202); }

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

border-color css

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

 span { border-color: rgb(132,215,202); }

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