#84CECC

Color #84CECC Riptide (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Riptide #84CECC

Tints of Riptide #84CECC

Color information

#84CECC (or 0x84CECC) is unknown color: approx Riptide. HEX triplet: 84, CE and CC. RGB value is (132,206,204). Sum of RGB (Red+Green+Blue) = 132+206+204=542 (71% of max value = 765). Red value is 132 (51.95% from 255 or 24.35% from 542); Green value is 206 (80.86% from 255 or 38.01% from 542); Blue value is 204 (80.08% from 255 or 37.64% from 542); Max value from RGB is 206 - color contains mainly: green. Hex color #84CECC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84CECC is #7B3133. Grayscale: #B7B7B7. Windows color (decimal): -8073524 or 13422212. OLE color: 13422212.

HSL color Cylindrical-coordinate representation of color #84CECC: hue angle of 178.38º degrees, saturation: 0.43, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #84CECC is Cyan = 0.36, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.19.

Color convert

RGB132206204-
CMYK0.3600.010.19
HSL178.38º43.02%66.27%-
HSV(B)178.38º35.92%80.78%-
XYZ42.4953.4165.2-
YUV183.65139.4891.16-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 24.35%
GREEN value IS 206 (80.86% from 255) = 38.01%
BLUE value IS 204 (80.08% from 255) = 37.64%
R=24.35%
G=38.01%
B=37.64%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1322062040.3600.010.19178.3843.0266.27
Hex84CECC240113b22b42
Octal20431631444012326253102
Binary1000010011001110110011001001000110011101100101010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84CECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #84CECC;
 }
 .AnyTagClassName
 {
   color: #84CECC;
 }
</style>
background-color css

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

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

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

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

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

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