#7DD4CC

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

Shades of Riptide #7DD4CC

Tints of Riptide #7DD4CC

Color information

#7DD4CC (or 0x7DD4CC) is unknown color: approx Riptide. HEX triplet: 7D, D4 and CC. RGB value is (125,212,204). Sum of RGB (Red+Green+Blue) = 125+212+204=541 (71% of max value = 765). Red value is 125 (49.22% from 255 or 23.11% from 541); Green value is 212 (83.20% from 255 or 39.19% from 541); Blue value is 204 (80.08% from 255 or 37.71% from 541); Max value from RGB is 212 - color contains mainly: green. Hex color #7DD4CC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DD4CC is #822B33. Grayscale: #B9B9B9. Windows color (decimal): -8530740 or 13423741. OLE color: 13423741.

HSL color Cylindrical-coordinate representation of color #7DD4CC: hue angle of 174.48º degrees, saturation: 0.5, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7DD4CC is Cyan = 0.41, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.17.

Color convert

RGB125212204-
CMYK0.4100.040.17
HSL174.48º50.29%66.08%-
HSV(B)174.48º41.04%83.14%-
XYZ42.955.8165.64-
YUV185.08138.6885.15-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 23.11%
GREEN value IS 212 (83.20% from 255) = 39.19%
BLUE value IS 204 (80.08% from 255) = 37.71%
R=23.11%
G=39.19%
B=37.71%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1252122040.4100.040.17174.4850.2966.08
Hex7DD4CC290411ae3242
Octal17532431451042125662102
Binary11111011101010011001100101001010010001101011101100101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DD4CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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