#7DD5CC

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

Shades of Riptide #7DD5CC

Tints of Riptide #7DD5CC

Color information

#7DD5CC (or 0x7DD5CC) is unknown color: approx Riptide. HEX triplet: 7D, D5 and CC. RGB value is (125,213,204). Sum of RGB (Red+Green+Blue) = 125+213+204=542 (71% of max value = 765). Red value is 125 (49.22% from 255 or 23.06% from 542); Green value is 213 (83.59% from 255 or 39.30% from 542); Blue value is 204 (80.08% from 255 or 37.64% from 542); Max value from RGB is 213 - color contains mainly: green. Hex color #7DD5CC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DD5CC is #822A33. Grayscale: #B9B9B9. Windows color (decimal): -8530484 or 13423997. OLE color: 13423997.

HSL color Cylindrical-coordinate representation of color #7DD5CC: hue angle of 173.86º degrees, saturation: 0.51, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7DD5CC is Cyan = 0.41, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.16.

Color convert

RGB125213204-
CMYK0.4100.040.16
HSL173.86º51.16%66.27%-
HSV(B)173.86º41.31%83.53%-
XYZ43.1556.3165.72-
YUV185.66138.3584.73-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 23.06%
GREEN value IS 213 (83.59% from 255) = 39.30%
BLUE value IS 204 (80.08% from 255) = 37.64%
R=23.06%
G=39.30%
B=37.64%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1252132040.4100.040.16173.8651.1666.27
Hex7DD5CC290410ae3342
Octal17532531451042025663102
Binary11111011101010111001100101001010010000101011101100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DD5CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,213,204); }

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

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

 a { background-color: rgb(125,213,204); }

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

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

 span { border-color: rgb(125,213,204); }

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