#7CDDD6

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

Shades of Riptide #7CDDD6

Tints of Riptide #7CDDD6

Color information

#7CDDD6 (or 0x7CDDD6) is unknown color: approx Riptide. HEX triplet: 7C, DD and D6. RGB value is (124,221,214). Sum of RGB (Red+Green+Blue) = 124+221+214=559 (74% of max value = 765). Red value is 124 (48.83% from 255 or 22.18% from 559); Green value is 221 (86.72% from 255 or 39.53% from 559); Blue value is 214 (83.98% from 255 or 38.28% from 559); Max value from RGB is 221 - color contains mainly: green. Hex color #7CDDD6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7CDDD6 is #832229. Grayscale: #BFBFBF. Windows color (decimal): -8593962 or 14081404. OLE color: 14081404.

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

Color convert

RGB124221214-
CMYK0.4400.030.13
HSL175.67º58.79%67.65%-
HSV(B)175.67º43.89%86.67%-
XYZ46.3160.8572.92-
YUV191.2140.8680.07-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 22.18%
GREEN value IS 221 (86.72% from 255) = 39.53%
BLUE value IS 214 (83.98% from 255) = 38.28%
R=22.18%
G=39.53%
B=38.28%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1242212140.4400.030.13175.6758.7967.65
Hex7CDDD62C03Db03b44
Octal17433532654031526073104
Binary111110011011101110101101011000111101101100001110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CDDD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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