#7FDAC6

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

Shades of Riptide #7FDAC6

Tints of Riptide #7FDAC6

Color information

#7FDAC6 (or 0x7FDAC6) is unknown color: approx Riptide. HEX triplet: 7F, DA and C6. RGB value is (127,218,198). Sum of RGB (Red+Green+Blue) = 127+218+198=543 (71% of max value = 765). Red value is 127 (50% from 255 or 23.39% from 543); Green value is 218 (85.55% from 255 or 40.15% from 543); Blue value is 198 (77.73% from 255 or 36.46% from 543); Max value from RGB is 218 - color contains mainly: green. Hex color #7FDAC6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FDAC6 is #802539. Grayscale: #BCBCBC. Windows color (decimal): -8398138 or 13032063. OLE color: 13032063.

HSL color Cylindrical-coordinate representation of color #7FDAC6: hue angle of 166.81º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7FDAC6 is Cyan = 0.42, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.15.

Color convert

RGB127218198-
CMYK0.4200.090.15
HSL166.81º55.15%67.65%-
HSV(B)166.81º41.74%85.49%-
XYZ44.0258.7362.44-
YUV188.51133.3584.13-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 23.39%
GREEN value IS 218 (85.55% from 255) = 40.15%
BLUE value IS 198 (77.73% from 255) = 36.46%
R=23.39%
G=40.15%
B=36.46%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1272181980.4200.090.15166.8155.1567.65
Hex7FDAC62A09Fa73744
Octal177332306520111724767104
Binary11111111101101011000110101010010011111101001111101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FDAC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,218,198); }

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

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

 a { background-color: rgb(127,218,198); }

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

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

 span { border-color: rgb(127,218,198); }

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