#7DD8CE

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

Shades of Riptide #7DD8CE

Tints of Riptide #7DD8CE

Color information

#7DD8CE (or 0x7DD8CE) is unknown color: approx Riptide. HEX triplet: 7D, D8 and CE. RGB value is (125,216,206). Sum of RGB (Red+Green+Blue) = 125+216+206=547 (72% of max value = 765). Red value is 125 (49.22% from 255 or 22.85% from 547); Green value is 216 (84.77% from 255 or 39.49% from 547); Blue value is 206 (80.86% from 255 or 37.66% from 547); Max value from RGB is 216 - color contains mainly: green. Hex color #7DD8CE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DD8CE is #822731. Grayscale: #BBBBBB. Windows color (decimal): -8529714 or 13555837. OLE color: 13555837.

HSL color Cylindrical-coordinate representation of color #7DD8CE: hue angle of 173.41º degrees, saturation: 0.54, 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 #7DD8CE is Cyan = 0.42, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.15.

Color convert

RGB125216206-
CMYK0.4200.050.15
HSL173.41º53.85%66.86%-
HSV(B)173.41º42.13%84.71%-
XYZ44.1557.9367.25-
YUV187.65138.3583.31-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 22.85%
GREEN value IS 216 (84.77% from 255) = 39.49%
BLUE value IS 206 (80.86% from 255) = 37.66%
R=22.85%
G=39.49%
B=37.66%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1252162060.4200.050.15173.4153.8566.86
Hex7DD8CE2A05Fad3643
Octal17533031652051725566103
Binary1111101110110001100111010101001011111101011011101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DD8CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,216,206); }

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

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

 a { background-color: rgb(125,216,206); }

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

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

 span { border-color: rgb(125,216,206); }

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