#7DD5CF

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

Shades of Riptide #7DD5CF

Tints of Riptide #7DD5CF

Color information

#7DD5CF (or 0x7DD5CF) is unknown color: approx Riptide. HEX triplet: 7D, D5 and CF. RGB value is (125,213,207). Sum of RGB (Red+Green+Blue) = 125+213+207=545 (72% of max value = 765). Red value is 125 (49.22% from 255 or 22.94% from 545); Green value is 213 (83.59% from 255 or 39.08% from 545); Blue value is 207 (81.25% from 255 or 37.98% from 545); Max value from RGB is 213 - color contains mainly: green. Hex color #7DD5CF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DD5CF is #822A30. Grayscale: #B9B9B9. Windows color (decimal): -8530481 or 13620605. OLE color: 13620605.

HSL color Cylindrical-coordinate representation of color #7DD5CF: hue angle of 175.91º degrees, saturation: 0.51, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7DD5CF is Cyan = 0.41, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.16.

Color convert

RGB125213207-
CMYK0.4100.030.16
HSL175.91º51.16%66.27%-
HSV(B)175.91º41.31%83.53%-
XYZ43.5156.4567.63-
YUV186139.8584.49-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 22.94%
GREEN value IS 213 (83.59% from 255) = 39.08%
BLUE value IS 207 (81.25% from 255) = 37.98%
R=22.94%
G=39.08%
B=37.98%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1252132070.4100.030.16175.9151.1666.27
Hex7DD5CF290310b03342
Octal17532531751032026063102
Binary1111101110101011100111110100101110000101100001100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DD5CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,213,207); }

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

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

 a { background-color: rgb(125,213,207); }

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

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

 span { border-color: rgb(125,213,207); }

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