#7FDFD2

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

Shades of Riptide #7FDFD2

Tints of Riptide #7FDFD2

Color information

#7FDFD2 (or 0x7FDFD2) is unknown color: approx Riptide. HEX triplet: 7F, DF and D2. RGB value is (127,223,210). Sum of RGB (Red+Green+Blue) = 127+223+210=560 (74% of max value = 765). Red value is 127 (50% from 255 or 22.68% from 560); Green value is 223 (87.5% from 255 or 39.82% from 560); Blue value is 210 (82.42% from 255 or 37.5% from 560); Max value from RGB is 223 - color contains mainly: green. Hex color #7FDFD2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FDFD2 is #80202D. Grayscale: #C0C0C0. Windows color (decimal): -8396846 or 13819775. OLE color: 13819775.

HSL color Cylindrical-coordinate representation of color #7FDFD2: hue angle of 171.88º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7FDFD2 is Cyan = 0.43, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.13.

Color convert

RGB127223210-
CMYK0.4300.060.13
HSL171.88º60%68.63%-
HSV(B)171.88º43.05%87.45%-
XYZ46.7761.9470.46-
YUV192.81137.781.06-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 22.68%
GREEN value IS 223 (87.5% from 255) = 39.82%
BLUE value IS 210 (82.42% from 255) = 37.5%
R=22.68%
G=39.82%
B=37.5%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1272232100.4300.060.13171.886068.63
Hex7FDFD22B06Dac3c45
Octal17733732253061525474105
Binary1111111110111111101001010101101101101101011001111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FDFD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,223,210); }

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

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

 a { background-color: rgb(127,223,210); }

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

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

 span { border-color: rgb(127,223,210); }

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