Html Css Color HEX #84D9CC Riptide

📋 copy color: '#84D9CC'

red 132 ◦ green 217 ◦ blue 204

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

Shades of Riptide #84D9CC

Tints of Riptide #84D9CC

RGB

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

 GREEN value IS 217 (85.16% from 255) = 39.24%

 BLUE value IS 204 (80.08% from 255) = 36.89%

R = 23.87%
G = 39.24%
B = 36.89%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#84D9CC (or 0x84D9CC) is known color: Riptide. HEX triplet: 84, D9 and CC. RGB value is (132,217,204). Sum of RGB (Red+Green+Blue) = 132+217+204=553 (73% of max value = 765). Red value is 132 (51.95% from 255 or 23.87% from 553); Green value is 217 (85.16% from 255 or 39.24% from 553); Blue value is 204 (80.08% from 255 or 36.89% from 553); Max value from RGB is 217 - color contains mainly: green. Hex color #84D9CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84D9CC is #7B2633. Grayscale: #BEBEBE. Windows color (decimal): -8070708 or 13425028. OLE color: 13425028.

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

Color convert

RGB 132 217 204 -
CMYK 0.39 0 0.06 0.15
HSL 170.82º 0.53% 0.68% -
HSV(B) 170.82º 0.39% 0.85% -
XYZ 45.23 58.89 66.11 -
YUV 190.1 135.84 86.56 -
System Red Green Blue C M Y K H S L
Decimal 132 217 204 0.39 0 0.06 0.15 170.82 0.53 0.68
Hex 84 D9 CC 27 0 6 F AB 35 44
Octal 204 331 314 47 0 6 17 253 65 104
Binary 10000100 11011001 11001100 100111 0 110 1111 10101011 110101 1000100

Color Harmonies of #84D9CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84D9CC

Black with #84D9CC

Text Example


Text Example

White with #84D9CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,217,204); }

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

background-color css

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

 a { background-color: rgb(132,217,204); }

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

border-color css

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

 span { border-color: rgb(132,217,204); }

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