#7CD8CC

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

Shades of Riptide #7CD8CC

Tints of Riptide #7CD8CC

Color information

#7CD8CC (or 0x7CD8CC) is unknown color: approx Riptide. HEX triplet: 7C, D8 and CC. RGB value is (124,216,204). Sum of RGB (Red+Green+Blue) = 124+216+204=544 (72% of max value = 765). Red value is 124 (48.83% from 255 or 22.79% from 544); Green value is 216 (84.77% from 255 or 39.71% from 544); Blue value is 204 (80.08% from 255 or 37.5% from 544); Max value from RGB is 216 - color contains mainly: green. Hex color #7CD8CC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7CD8CC is #832733. Grayscale: #BBBBBB. Windows color (decimal): -8595252 or 13424764. OLE color: 13424764.

HSL color Cylindrical-coordinate representation of color #7CD8CC: hue angle of 172.17º degrees, saturation: 0.54, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7CD8CC is Cyan = 0.43, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB124216204-
CMYK0.4300.060.15
HSL172.17º54.12%66.67%-
HSV(B)172.17º42.59%84.71%-
XYZ43.7757.7665.97-
YUV187.12137.5282.98-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 22.79%
GREEN value IS 216 (84.77% from 255) = 39.71%
BLUE value IS 204 (80.08% from 255) = 37.5%
R=22.79%
G=39.71%
B=37.5%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1242162040.4300.060.15172.1754.1266.67
Hex7CD8CC2B06Fac3643
Octal17433031453061725466103
Binary1111100110110001100110010101101101111101011001101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CD8CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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