#7DD2CB

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

Shades of Riptide #7DD2CB

Tints of Riptide #7DD2CB

Color information

#7DD2CB (or 0x7DD2CB) is unknown color: approx Riptide. HEX triplet: 7D, D2 and CB. RGB value is (125,210,203). Sum of RGB (Red+Green+Blue) = 125+210+203=538 (71% of max value = 765). Red value is 125 (49.22% from 255 or 23.23% from 538); Green value is 210 (82.42% from 255 or 39.03% from 538); Blue value is 203 (79.69% from 255 or 37.73% from 538); Max value from RGB is 210 - color contains mainly: green. Hex color #7DD2CB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DD2CB is #822D34. Grayscale: #B7B7B7. Windows color (decimal): -8531253 or 13357693. OLE color: 13357693.

HSL color Cylindrical-coordinate representation of color #7DD2CB: hue angle of 175.06º degrees, saturation: 0.49, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7DD2CB is Cyan = 0.40, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.18.

Color convert

RGB125210203-
CMYK0.4000.030.18
HSL175.06º48.57%65.69%-
HSV(B)175.06º40.48%82.35%-
XYZ42.2854.7664.84-
YUV183.79138.8486.07-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 23.23%
GREEN value IS 210 (82.42% from 255) = 39.03%
BLUE value IS 203 (79.69% from 255) = 37.73%
R=23.23%
G=39.03%
B=37.73%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1252102030.4000.030.18175.0648.5765.69
Hex7DD2CB280312af3142
Octal17532231350032225761102
Binary1111101110100101100101110100001110010101011111100011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DD2CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,210,203); }

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

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

 a { background-color: rgb(125,210,203); }

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

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

 span { border-color: rgb(125,210,203); }

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