#7CDDCA

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

Shades of Riptide #7CDDCA

Tints of Riptide #7CDDCA

Color information

#7CDDCA (or 0x7CDDCA) is unknown color: approx Riptide. HEX triplet: 7C, DD and CA. RGB value is (124,221,202). Sum of RGB (Red+Green+Blue) = 124+221+202=547 (72% of max value = 765). Red value is 124 (48.83% from 255 or 22.67% from 547); Green value is 221 (86.72% from 255 or 40.40% from 547); Blue value is 202 (79.30% from 255 or 36.93% from 547); Max value from RGB is 221 - color contains mainly: green. Hex color #7CDDCA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7CDDCA is #832235. Grayscale: #BDBDBD. Windows color (decimal): -8593974 or 13294972. OLE color: 13294972.

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

Color convert

RGB124221202-
CMYK0.4400.090.13
HSL168.25º58.79%67.65%-
HSV(B)168.25º43.89%86.67%-
XYZ44.8360.2665.15-
YUV189.83134.8681.04-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 22.67%
GREEN value IS 221 (86.72% from 255) = 40.40%
BLUE value IS 202 (79.30% from 255) = 36.93%
R=22.67%
G=40.40%
B=36.93%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1242212020.4400.090.13168.2558.7967.65
Hex7CDDCA2C09Da83b44
Octal174335312540111525073104
Binary11111001101110111001010101100010011101101010001110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CDDCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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