#7FDAC5

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

Shades of Riptide #7FDAC5

Tints of Riptide #7FDAC5

Color information

#7FDAC5 (or 0x7FDAC5) is unknown color: approx Riptide. HEX triplet: 7F, DA and C5. RGB value is (127,218,197). Sum of RGB (Red+Green+Blue) = 127+218+197=542 (71% of max value = 765). Red value is 127 (50% from 255 or 23.43% from 542); Green value is 218 (85.55% from 255 or 40.22% from 542); Blue value is 197 (77.34% from 255 or 36.35% from 542); Max value from RGB is 218 - color contains mainly: green. Hex color #7FDAC5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FDAC5 is #80253A. Grayscale: #BCBCBC. Windows color (decimal): -8398139 or 12966527. OLE color: 12966527.

HSL color Cylindrical-coordinate representation of color #7FDAC5: hue angle of 166.15º 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 #7FDAC5 is Cyan = 0.42, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.15.

Color convert

RGB127218197-
CMYK0.4200.100.15
HSL166.15º55.15%67.65%-
HSV(B)166.15º41.74%85.49%-
XYZ43.958.6961.84-
YUV188.4132.8584.21-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 23.43%
GREEN value IS 218 (85.55% from 255) = 40.22%
BLUE value IS 197 (77.34% from 255) = 36.35%
R=23.43%
G=40.22%
B=36.35%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1272181970.4200.100.15166.1555.1567.65
Hex7FDAC52A0AFa63744
Octal177332305520121724667104
Binary11111111101101011000101101010010101111101001101101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FDAC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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