#7DDCD6

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

Shades of Riptide #7DDCD6

Tints of Riptide #7DDCD6

Color information

#7DDCD6 (or 0x7DDCD6) is unknown color: approx Riptide. HEX triplet: 7D, DC and D6. RGB value is (125,220,214). Sum of RGB (Red+Green+Blue) = 125+220+214=559 (74% of max value = 765). Red value is 125 (49.22% from 255 or 22.36% from 559); Green value is 220 (86.33% from 255 or 39.36% from 559); Blue value is 214 (83.98% from 255 or 38.28% from 559); Max value from RGB is 220 - color contains mainly: green. Hex color #7DDCD6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DDCD6 is #822329. Grayscale: #BEBEBE. Windows color (decimal): -8528682 or 14081149. OLE color: 14081149.

HSL color Cylindrical-coordinate representation of color #7DDCD6: hue angle of 176.21º 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 #7DDCD6 is Cyan = 0.43, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.14.

Color convert

RGB125220214-
CMYK0.4300.030.14
HSL176.21º57.58%67.65%-
HSV(B)176.21º43.18%86.27%-
XYZ46.1960.472.84-
YUV190.91141.0380.99-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 22.36%
GREEN value IS 220 (86.33% from 255) = 39.36%
BLUE value IS 214 (83.98% from 255) = 38.28%
R=22.36%
G=39.36%
B=38.28%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1252202140.4300.030.14176.2157.5867.65
Hex7DDCD62B03Eb03a44
Octal17533432653031626072104
Binary111110111011100110101101010110111110101100001110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DDCD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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