#7CDEC5

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

Shades of Riptide #7CDEC5

Tints of Riptide #7CDEC5

Color information

#7CDEC5 (or 0x7CDEC5) is unknown color: approx Riptide. HEX triplet: 7C, DE and C5. RGB value is (124,222,197). Sum of RGB (Red+Green+Blue) = 124+222+197=543 (71% of max value = 765). Red value is 124 (48.83% from 255 or 22.84% from 543); Green value is 222 (87.11% from 255 or 40.88% from 543); Blue value is 197 (77.34% from 255 or 36.28% from 543); Max value from RGB is 222 - color contains mainly: green. Hex color #7CDEC5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7CDEC5 is #83213A. Grayscale: #BDBDBD. Windows color (decimal): -8593723 or 12967548. OLE color: 12967548.

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

Color convert

RGB124222197-
CMYK0.4400.110.13
HSL164.69º59.76%67.84%-
HSV(B)164.69º44.14%87.06%-
XYZ44.5160.5662.17-
YUV189.85132.0381.03-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 22.84%
GREEN value IS 222 (87.11% from 255) = 40.88%
BLUE value IS 197 (77.34% from 255) = 36.28%
R=22.84%
G=40.88%
B=36.28%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1242221970.4400.110.13164.6959.7667.84
Hex7CDEC52C0BDa53c44
Octal174336305540131524574104
Binary11111001101111011000101101100010111101101001011111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CDEC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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