#7CDDD5

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

Shades of Riptide #7CDDD5

Tints of Riptide #7CDDD5

Color information

#7CDDD5 (or 0x7CDDD5) is unknown color: approx Riptide. HEX triplet: 7C, DD and D5. RGB value is (124,221,213). Sum of RGB (Red+Green+Blue) = 124+221+213=558 (73% of max value = 765). Red value is 124 (48.83% from 255 or 22.22% from 558); Green value is 221 (86.72% from 255 or 39.61% from 558); Blue value is 213 (83.59% from 255 or 38.17% from 558); Max value from RGB is 221 - color contains mainly: green. Hex color #7CDDD5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7CDDD5 is #83222A. Grayscale: #BFBFBF. Windows color (decimal): -8593963 or 14015868. OLE color: 14015868.

HSL color Cylindrical-coordinate representation of color #7CDDD5: hue angle of 175.05º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7CDDD5 is Cyan = 0.44, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.13.

Color convert

RGB124221213-
CMYK0.4400.040.13
HSL175.05º58.79%67.65%-
HSV(B)175.05º43.89%86.67%-
XYZ46.1860.872.25-
YUV191.08140.3680.15-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 22.22%
GREEN value IS 221 (86.72% from 255) = 39.61%
BLUE value IS 213 (83.59% from 255) = 38.17%
R=22.22%
G=39.61%
B=38.17%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1242212130.4400.040.13175.0558.7967.65
Hex7CDDD52C04Daf3b44
Octal17433532554041525773104
Binary1111100110111011101010110110001001101101011111110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CDDD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,221,213); }

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

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

 a { background-color: rgb(124,221,213); }

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

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

 span { border-color: rgb(124,221,213); }

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