#7CDDCD

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

Shades of Riptide #7CDDCD

Tints of Riptide #7CDDCD

Color information

#7CDDCD (or 0x7CDDCD) is unknown color: approx Riptide. HEX triplet: 7C, DD and CD. RGB value is (124,221,205). Sum of RGB (Red+Green+Blue) = 124+221+205=550 (72% of max value = 765). Red value is 124 (48.83% from 255 or 22.55% from 550); Green value is 221 (86.72% from 255 or 40.18% from 550); Blue value is 205 (80.47% from 255 or 37.27% from 550); Max value from RGB is 221 - color contains mainly: green. Hex color #7CDDCD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7CDDCD is #832232. Grayscale: #BEBEBE. Windows color (decimal): -8593971 or 13491580. OLE color: 13491580.

HSL color Cylindrical-coordinate representation of color #7CDDCD: hue angle of 170.1º 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 #7CDDCD is Cyan = 0.44, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.

Color convert

RGB124221205-
CMYK0.4400.070.13
HSL170.1º58.79%67.65%-
HSV(B)170.1º43.89%86.67%-
XYZ45.1960.4167.04-
YUV190.17136.3680.8-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 22.55%
GREEN value IS 221 (86.72% from 255) = 40.18%
BLUE value IS 205 (80.47% from 255) = 37.27%
R=22.55%
G=40.18%
B=37.27%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1242212050.4400.070.13170.158.7967.65
Hex7CDDCD2C07Daa3b44
Octal17433531554071525273104
Binary1111100110111011100110110110001111101101010101110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CDDCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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