#7ED3CD

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

Shades of Riptide #7ED3CD

Tints of Riptide #7ED3CD

Color information

#7ED3CD (or 0x7ED3CD) is unknown color: approx Riptide. HEX triplet: 7E, D3 and CD. RGB value is (126,211,205). Sum of RGB (Red+Green+Blue) = 126+211+205=542 (71% of max value = 765). Red value is 126 (49.61% from 255 or 23.25% from 542); Green value is 211 (82.81% from 255 or 38.93% from 542); Blue value is 205 (80.47% from 255 or 37.82% from 542); Max value from RGB is 211 - color contains mainly: green. Hex color #7ED3CD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ED3CD is #812C32. Grayscale: #B8B8B8. Windows color (decimal): -8465459 or 13489022. OLE color: 13489022.

HSL color Cylindrical-coordinate representation of color #7ED3CD: hue angle of 175.76º degrees, saturation: 0.49, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7ED3CD is Cyan = 0.40, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.17.

Color convert

RGB126211205-
CMYK0.4000.030.17
HSL175.76º49.13%66.08%-
HSV(B)175.76º40.28%82.75%-
XYZ42.9255.4366.2-
YUV184.9139.3485.99-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 23.25%
GREEN value IS 211 (82.81% from 255) = 38.93%
BLUE value IS 205 (80.47% from 255) = 37.82%
R=23.25%
G=38.93%
B=37.82%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1262112050.4000.030.17175.7649.1366.08
Hex7ED3CD280311b03142
Octal17632331550032126061102
Binary1111110110100111100110110100001110001101100001100011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ED3CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,211,205); }

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

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

 a { background-color: rgb(126,211,205); }

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

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

 span { border-color: rgb(126,211,205); }

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