#7DD8CD

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

Shades of Riptide #7DD8CD

Tints of Riptide #7DD8CD

Color information

#7DD8CD (or 0x7DD8CD) is unknown color: approx Riptide. HEX triplet: 7D, D8 and CD. RGB value is (125,216,205). Sum of RGB (Red+Green+Blue) = 125+216+205=546 (72% of max value = 765). Red value is 125 (49.22% from 255 or 22.89% from 546); Green value is 216 (84.77% from 255 or 39.56% from 546); Blue value is 205 (80.47% from 255 or 37.55% from 546); Max value from RGB is 216 - color contains mainly: green. Hex color #7DD8CD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DD8CD is #822732. Grayscale: #BBBBBB. Windows color (decimal): -8529715 or 13490301. OLE color: 13490301.

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

Color convert

RGB125216205-
CMYK0.4200.050.15
HSL172.75º53.85%66.86%-
HSV(B)172.75º42.13%84.71%-
XYZ44.0357.8866.61-
YUV187.54137.8583.39-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 22.89%
GREEN value IS 216 (84.77% from 255) = 39.56%
BLUE value IS 205 (80.47% from 255) = 37.55%
R=22.89%
G=39.56%
B=37.55%

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
Decimal1252162050.4200.050.15172.7553.8566.86
Hex7DD8CD2A05Fad3643
Octal17533031552051725566103
Binary1111101110110001100110110101001011111101011011101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DD8CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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