#7DDCD1

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

Shades of Riptide #7DDCD1

Tints of Riptide #7DDCD1

Color information

#7DDCD1 (or 0x7DDCD1) is unknown color: approx Riptide. HEX triplet: 7D, DC and D1. RGB value is (125,220,209). Sum of RGB (Red+Green+Blue) = 125+220+209=554 (73% of max value = 765). Red value is 125 (49.22% from 255 or 22.56% from 554); Green value is 220 (86.33% from 255 or 39.71% from 554); Blue value is 209 (82.03% from 255 or 37.73% from 554); Max value from RGB is 220 - color contains mainly: green. Hex color #7DDCD1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DDCD1 is #82232E. Grayscale: #BEBEBE. Windows color (decimal): -8528687 or 13753469. OLE color: 13753469.

HSL color Cylindrical-coordinate representation of color #7DDCD1: hue angle of 173.05º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7DDCD1 is Cyan = 0.43, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.14.

Color convert

RGB125220209-
CMYK0.4300.050.14
HSL173.05º57.58%67.65%-
HSV(B)173.05º43.18%86.27%-
XYZ45.5660.1569.53-
YUV190.34138.5381.39-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 22.56%
GREEN value IS 220 (86.33% from 255) = 39.71%
BLUE value IS 209 (82.03% from 255) = 37.73%
R=22.56%
G=39.71%
B=37.73%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1252202090.4300.050.14173.0557.5867.65
Hex7DDCD12B05Ead3a44
Octal17533432153051625572104
Binary1111101110111001101000110101101011110101011011110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DDCD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,220,209); }

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

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

 a { background-color: rgb(125,220,209); }

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

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

 span { border-color: rgb(125,220,209); }

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