#7DD6CA

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

Shades of Riptide #7DD6CA

Tints of Riptide #7DD6CA

Color information

#7DD6CA (or 0x7DD6CA) is unknown color: approx Riptide. HEX triplet: 7D, D6 and CA. RGB value is (125,214,202). Sum of RGB (Red+Green+Blue) = 125+214+202=541 (71% of max value = 765). Red value is 125 (49.22% from 255 or 23.11% from 541); Green value is 214 (83.98% from 255 or 39.56% from 541); Blue value is 202 (79.30% from 255 or 37.34% from 541); Max value from RGB is 214 - color contains mainly: green. Hex color #7DD6CA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DD6CA is #822935. Grayscale: #B9B9B9. Windows color (decimal): -8530230 or 13293181. OLE color: 13293181.

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

Color convert

RGB125214202-
CMYK0.4200.060.16
HSL171.91º52.05%66.47%-
HSV(B)171.91º41.59%83.92%-
XYZ43.1656.7264.55-
YUV186.02137.0184.48-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 23.11%
GREEN value IS 214 (83.98% from 255) = 39.56%
BLUE value IS 202 (79.30% from 255) = 37.34%
R=23.11%
G=39.56%
B=37.34%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1252142020.4200.060.16171.9152.0566.47
Hex7DD6CA2A0610ac3442
Octal17532631252062025464102
Binary11111011101011011001010101010011010000101011001101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DD6CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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