#7DD7CB

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

Shades of Riptide #7DD7CB

Tints of Riptide #7DD7CB

Color information

#7DD7CB (or 0x7DD7CB) is unknown color: approx Riptide. HEX triplet: 7D, D7 and CB. RGB value is (125,215,203). Sum of RGB (Red+Green+Blue) = 125+215+203=543 (71% of max value = 765). Red value is 125 (49.22% from 255 or 23.02% from 543); Green value is 215 (84.38% from 255 or 39.59% from 543); Blue value is 203 (79.69% from 255 or 37.38% from 543); Max value from RGB is 215 - color contains mainly: green. Hex color #7DD7CB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DD7CB is #822834. Grayscale: #BABABA. Windows color (decimal): -8529973 or 13358973. OLE color: 13358973.

HSL color Cylindrical-coordinate representation of color #7DD7CB: hue angle of 172º degrees, saturation: 0.53, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7DD7CB is Cyan = 0.42, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.16.

Color convert

RGB125215203-
CMYK0.4200.060.16
HSL172º52.94%66.67%-
HSV(B)172º41.86%84.31%-
XYZ43.5457.2765.26-
YUV186.72137.1883.98-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 23.02%
GREEN value IS 215 (84.38% from 255) = 39.59%
BLUE value IS 203 (79.69% from 255) = 37.38%
R=23.02%
G=39.59%
B=37.38%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1252152030.4200.060.1617252.9466.67
Hex7DD7CB2A0610ac3543
Octal17532731352062025465103
Binary11111011101011111001011101010011010000101011001101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DD7CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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