#7FDCD5

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

Shades of Riptide #7FDCD5

Tints of Riptide #7FDCD5

Color information

#7FDCD5 (or 0x7FDCD5) is unknown color: approx Riptide. HEX triplet: 7F, DC and D5. RGB value is (127,220,213). Sum of RGB (Red+Green+Blue) = 127+220+213=560 (74% of max value = 765). Red value is 127 (50% from 255 or 22.68% from 560); Green value is 220 (86.33% from 255 or 39.29% from 560); Blue value is 213 (83.59% from 255 or 38.04% from 560); Max value from RGB is 220 - color contains mainly: green. Hex color #7FDCD5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FDCD5 is #80232A. Grayscale: #BFBFBF. Windows color (decimal): -8397611 or 14015615. OLE color: 14015615.

HSL color Cylindrical-coordinate representation of color #7FDCD5: hue angle of 175.48º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7FDCD5 is Cyan = 0.42, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.14.

Color convert

RGB127220213-
CMYK0.4200.030.14
HSL175.48º57.06%68.04%-
HSV(B)175.48º42.27%86.27%-
XYZ46.3660.572.19-
YUV191.4140.1982.07-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 22.68%
GREEN value IS 220 (86.33% from 255) = 39.29%
BLUE value IS 213 (83.59% from 255) = 38.04%
R=22.68%
G=39.29%
B=38.04%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1272202130.4200.030.14175.4857.0668.04
Hex7FDCD52A03Eaf3944
Octal17733432552031625771104
Binary111111111011100110101011010100111110101011111110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FDCD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,220,213); }

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

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

 a { background-color: rgb(127,220,213); }

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

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

 span { border-color: rgb(127,220,213); }

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