#7CDDD8

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

Shades of Riptide #7CDDD8

Tints of Riptide #7CDDD8

Color information

#7CDDD8 (or 0x7CDDD8) is unknown color: approx Riptide. HEX triplet: 7C, DD and D8. RGB value is (124,221,216). Sum of RGB (Red+Green+Blue) = 124+221+216=561 (74% of max value = 765). Red value is 124 (48.83% from 255 or 22.10% from 561); Green value is 221 (86.72% from 255 or 39.39% from 561); Blue value is 216 (84.77% from 255 or 38.50% from 561); Max value from RGB is 221 - color contains mainly: green. Hex color #7CDDD8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7CDDD8 is #832227. Grayscale: #BFBFBF. Windows color (decimal): -8593960 or 14212476. OLE color: 14212476.

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

Color convert

RGB124221216-
CMYK0.4400.020.13
HSL176.91º58.79%67.65%-
HSV(B)176.91º43.89%86.67%-
XYZ46.5660.9674.28-
YUV191.43141.8679.91-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 22.10%
GREEN value IS 221 (86.72% from 255) = 39.39%
BLUE value IS 216 (84.77% from 255) = 38.50%
R=22.10%
G=39.39%
B=38.50%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1242212160.4400.020.13176.9158.7967.65
Hex7CDDD82C02Db13b44
Octal17433533054021526173104
Binary111110011011101110110001011000101101101100011110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CDDD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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