#7CDDCE

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

Shades of Riptide #7CDDCE

Tints of Riptide #7CDDCE

Color information

#7CDDCE (or 0x7CDDCE) is unknown color: approx Riptide. HEX triplet: 7C, DD and CE. RGB value is (124,221,206). Sum of RGB (Red+Green+Blue) = 124+221+206=551 (72% of max value = 765). Red value is 124 (48.83% from 255 or 22.50% from 551); Green value is 221 (86.72% from 255 or 40.11% from 551); Blue value is 206 (80.86% from 255 or 37.39% from 551); Max value from RGB is 221 - color contains mainly: green. Hex color #7CDDCE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7CDDCE is #832231. Grayscale: #BEBEBE. Windows color (decimal): -8593970 or 13557116. OLE color: 13557116.

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

Color convert

RGB124221206-
CMYK0.4400.070.13
HSL170.72º58.79%67.65%-
HSV(B)170.72º43.89%86.67%-
XYZ45.3160.4567.67-
YUV190.29136.8680.72-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 22.50%
GREEN value IS 221 (86.72% from 255) = 40.11%
BLUE value IS 206 (80.86% from 255) = 37.39%
R=22.50%
G=40.11%
B=37.39%

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
Decimal1242212060.4400.070.13170.7258.7967.65
Hex7CDDCE2C07Dab3b44
Octal17433531654071525373104
Binary1111100110111011100111010110001111101101010111110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CDDCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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