#7DDACD

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

Shades of Riptide #7DDACD

Tints of Riptide #7DDACD

Color information

#7DDACD (or 0x7DDACD) is unknown color: approx Riptide. HEX triplet: 7D, DA and CD. RGB value is (125,218,205). Sum of RGB (Red+Green+Blue) = 125+218+205=548 (72% of max value = 765). Red value is 125 (49.22% from 255 or 22.81% from 548); Green value is 218 (85.55% from 255 or 39.78% from 548); Blue value is 205 (80.47% from 255 or 37.41% from 548); Max value from RGB is 218 - color contains mainly: green. Hex color #7DDACD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DDACD is #822532. Grayscale: #BCBCBC. Windows color (decimal): -8529203 or 13490813. OLE color: 13490813.

HSL color Cylindrical-coordinate representation of color #7DDACD: hue angle of 171.61º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7DDACD is Cyan = 0.43, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB125218205-
CMYK0.4300.060.15
HSL171.61º55.69%67.25%-
HSV(B)171.61º42.66%85.49%-
XYZ44.5558.9166.78-
YUV188.71137.1982.56-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 22.81%
GREEN value IS 218 (85.55% from 255) = 39.78%
BLUE value IS 205 (80.47% from 255) = 37.41%
R=22.81%
G=39.78%
B=37.41%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1252182050.4300.060.15171.6155.6967.25
Hex7DDACD2B06Fac3843
Octal17533231553061725470103
Binary1111101110110101100110110101101101111101011001110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DDACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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