#7fd8cd

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

Shades of Riptide #7FD8CD

Tints of Riptide #7FD8CD

Color information

#7FD8CD (or 0x7FD8CD) is unknown color: approx Riptide. HEX triplet: 7F, D8 and CD. RGB value is (127,216,205). Sum of RGB (Red+Green+Blue) = 127+216+205=548 (72% of max value = 765). Red value is 127 (50% from 255 or 23.18% from 548); Green value is 216 (84.77% from 255 or 39.42% from 548); Blue value is 205 (80.47% from 255 or 37.41% from 548); Max value from RGB is 216 - color contains mainly: green. Hex color #7FD8CD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FD8CD is #802732. Grayscale: #BCBCBC. Windows color (decimal): -8398643 or 13490303. OLE color: 13490303.

HSL color Cylindrical-coordinate representation of color #7FD8CD: hue angle of 172.58º degrees, saturation: 0.53, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7FD8CD is Cyan = 0.41, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.15.

Color convert

RGB127216205-
CMYK0.4100.050.15
HSL172.58º53.29%67.25%-
HSV(B)172.58º41.2%84.71%-
XYZ44.3358.0366.62-
YUV188.14137.5184.39-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 23.18%
GREEN value IS 216 (84.77% from 255) = 39.42%
BLUE value IS 205 (80.47% from 255) = 37.41%
R=23.18%
G=39.42%
B=37.41%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1272162050.4100.050.15172.5853.2967.25
Hex7FD8CD2905Fad3543
Octal17733031551051725565103
Binary1111111110110001100110110100101011111101011011101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7fd8cd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,216,205); }

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

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

 a { background-color: rgb(127,216,205); }

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

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

 span { border-color: rgb(127,216,205); }

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