#7CDED7

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

Shades of Riptide #7CDED7

Tints of Riptide #7CDED7

Color information

#7CDED7 (or 0x7CDED7) is unknown color: approx Riptide. HEX triplet: 7C, DE and D7. RGB value is (124,222,215). Sum of RGB (Red+Green+Blue) = 124+222+215=561 (74% of max value = 765). Red value is 124 (48.83% from 255 or 22.10% from 561); Green value is 222 (87.11% from 255 or 39.57% from 561); Blue value is 215 (84.38% from 255 or 38.32% from 561); Max value from RGB is 222 - color contains mainly: green. Hex color #7CDED7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7CDED7 is #832128. Grayscale: #BFBFBF. Windows color (decimal): -8593705 or 14147196. OLE color: 14147196.

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

Color convert

RGB124222215-
CMYK0.4400.030.13
HSL175.71º59.76%67.84%-
HSV(B)175.71º44.14%87.06%-
XYZ46.761.4373.69-
YUV191.9141.0379.57-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 22.10%
GREEN value IS 222 (87.11% from 255) = 39.57%
BLUE value IS 215 (84.38% from 255) = 38.32%
R=22.10%
G=39.57%
B=38.32%

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
Decimal1242222150.4400.030.13175.7159.7667.84
Hex7CDED72C03Db03c44
Octal17433632754031526074104
Binary111110011011110110101111011000111101101100001111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CDED7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,222,215); }

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

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

 a { background-color: rgb(124,222,215); }

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

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

 span { border-color: rgb(124,222,215); }

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