#7DD9CA

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

Shades of Riptide #7DD9CA

Tints of Riptide #7DD9CA

Color information

#7DD9CA (or 0x7DD9CA) is unknown color: approx Riptide. HEX triplet: 7D, D9 and CA. RGB value is (125,217,202). Sum of RGB (Red+Green+Blue) = 125+217+202=544 (72% of max value = 765). Red value is 125 (49.22% from 255 or 22.98% from 544); Green value is 217 (85.16% from 255 or 39.89% from 544); Blue value is 202 (79.30% from 255 or 37.13% from 544); Max value from RGB is 217 - color contains mainly: green. Hex color #7DD9CA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DD9CA is #822635. Grayscale: #BBBBBB. Windows color (decimal): -8529462 or 13293949. OLE color: 13293949.

HSL color Cylindrical-coordinate representation of color #7DD9CA: hue angle of 170.22º degrees, saturation: 0.55, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7DD9CA is Cyan = 0.42, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.15.

Color convert

RGB125217202-
CMYK0.4200.070.15
HSL170.22º54.76%67.06%-
HSV(B)170.22º42.4%85.1%-
XYZ43.9358.2564.81-
YUV187.78136.0283.22-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 22.98%
GREEN value IS 217 (85.16% from 255) = 39.89%
BLUE value IS 202 (79.30% from 255) = 37.13%
R=22.98%
G=39.89%
B=37.13%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1252172020.4200.070.15170.2254.7667.06
Hex7DD9CA2A07Faa3743
Octal17533131252071725267103
Binary1111101110110011100101010101001111111101010101101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DD9CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,217,202); }

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

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

 a { background-color: rgb(125,217,202); }

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

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

 span { border-color: rgb(125,217,202); }

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