Html Css Color HEX #84DFCC Riptide

📋 copy color: '#84DFCC'

red 132 ◦ green 223 ◦ blue 204

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

Shades of Riptide #84DFCC

Tints of Riptide #84DFCC

RGB

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

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

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

R = 23.61%
G = 39.89%
B = 36.49%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.09

 K value IS 0.13

RGB Variations

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

Color information

#84DFCC (or 0x84DFCC) is known color: Riptide. HEX triplet: 84, DF and CC. RGB value is (132,223,204). Sum of RGB (Red+Green+Blue) = 132+223+204=559 (74% of max value = 765). Red value is 132 (51.95% from 255 or 23.61% from 559); Green value is 223 (87.5% from 255 or 39.89% from 559); Blue value is 204 (80.08% from 255 or 36.49% from 559); Max value from RGB is 223 - color contains mainly: green. Hex color #84DFCC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84DFCC is #7B2033. Grayscale: #C1C1C1. Windows color (decimal): -8069172 or 13426564. OLE color: 13426564.

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

Color convert

RGB 132 223 204 -
CMYK 0.41 0 0.09 0.13
HSL 167.47º 0.59% 0.7% -
HSV(B) 167.47º 0.41% 0.87% -
XYZ 46.8 62.04 66.64 -
YUV 193.63 133.85 84.04 -
System Red Green Blue C M Y K H S L
Decimal 132 223 204 0.41 0 0.09 0.13 167.47 0.59 0.7
Hex 84 DF CC 29 0 9 D A7 3B 46
Octal 204 337 314 51 0 11 15 247 73 106
Binary 10000100 11011111 11001100 101001 0 1001 1101 10100111 111011 1000110

Color Harmonies of #84DFCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84DFCC

Black with #84DFCC

Text Example


Text Example

White with #84DFCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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