#7DDDCC

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

Shades of Riptide #7DDDCC

Tints of Riptide #7DDDCC

Color information

#7DDDCC (or 0x7DDDCC) is unknown color: approx Riptide. HEX triplet: 7D, DD and CC. RGB value is (125,221,204). Sum of RGB (Red+Green+Blue) = 125+221+204=550 (72% of max value = 765). Red value is 125 (49.22% from 255 or 22.73% from 550); Green value is 221 (86.72% from 255 or 40.18% from 550); Blue value is 204 (80.08% from 255 or 37.09% from 550); Max value from RGB is 221 - color contains mainly: green. Hex color #7DDDCC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DDDCC is #822233. Grayscale: #BEBEBE. Windows color (decimal): -8528436 or 13426045. OLE color: 13426045.

HSL color Cylindrical-coordinate representation of color #7DDDCC: hue angle of 169.38º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7DDDCC is Cyan = 0.43, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.

Color convert

RGB125221204-
CMYK0.4300.080.13
HSL169.38º58.54%67.84%-
HSV(B)169.38º43.44%86.67%-
XYZ45.2160.4366.41-
YUV190.36135.781.38-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 22.73%
GREEN value IS 221 (86.72% from 255) = 40.18%
BLUE value IS 204 (80.08% from 255) = 37.09%
R=22.73%
G=40.18%
B=37.09%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1252212040.4300.080.13169.3858.5467.84
Hex7DDDCC2B08Da93b44
Octal175335314530101525173104
Binary11111011101110111001100101011010001101101010011110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DDDCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7DDDCC; }

 p { color: rgb(125,221,204); }

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

<style>
 a { background-color: #7DDDCC; }

 a { background-color: rgb(125,221,204); }

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

<style>
 span { border-color: #7DDDCC; }

 span { border-color: rgb(125,221,204); }

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