#7CD5CA

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

Shades of Riptide #7CD5CA

Tints of Riptide #7CD5CA

Color information

#7CD5CA (or 0x7CD5CA) is unknown color: approx Riptide. HEX triplet: 7C, D5 and CA. RGB value is (124,213,202). Sum of RGB (Red+Green+Blue) = 124+213+202=539 (71% of max value = 765). Red value is 124 (48.83% from 255 or 23.01% from 539); Green value is 213 (83.59% from 255 or 39.52% from 539); Blue value is 202 (79.30% from 255 or 37.48% from 539); Max value from RGB is 213 - color contains mainly: green. Hex color #7CD5CA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7CD5CA is #832A35. Grayscale: #B9B9B9. Windows color (decimal): -8596022 or 13292924. OLE color: 13292924.

HSL color Cylindrical-coordinate representation of color #7CD5CA: hue angle of 172.58º degrees, saturation: 0.51, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7CD5CA is Cyan = 0.42, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.16.

Color convert

RGB124213202-
CMYK0.4200.050.16
HSL172.58º51.45%66.08%-
HSV(B)172.58º41.78%83.53%-
XYZ42.7756.1464.46-
YUV185.14137.5184.39-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 23.01%
GREEN value IS 213 (83.59% from 255) = 39.52%
BLUE value IS 202 (79.30% from 255) = 37.48%
R=23.01%
G=39.52%
B=37.48%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1242132020.4200.050.16172.5851.4566.08
Hex7CD5CA2A0510ad3342
Octal17432531252052025563102
Binary11111001101010111001010101010010110000101011011100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CD5CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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