#7FDAC4

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

Shades of Riptide #7FDAC4

Tints of Riptide #7FDAC4

Color information

#7FDAC4 (or 0x7FDAC4) is unknown color: approx Riptide. HEX triplet: 7F, DA and C4. RGB value is (127,218,196). Sum of RGB (Red+Green+Blue) = 127+218+196=541 (71% of max value = 765). Red value is 127 (50% from 255 or 23.48% from 541); Green value is 218 (85.55% from 255 or 40.30% from 541); Blue value is 196 (76.95% from 255 or 36.23% from 541); Max value from RGB is 218 - color contains mainly: green. Hex color #7FDAC4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FDAC4 is #80253B. Grayscale: #BCBCBC. Windows color (decimal): -8398140 or 12900991. OLE color: 12900991.

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

Color convert

RGB127218196-
CMYK0.4200.100.15
HSL165.49º55.15%67.65%-
HSV(B)165.49º41.74%85.49%-
XYZ43.7958.6461.24-
YUV188.28132.3584.29-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 23.48%
GREEN value IS 218 (85.55% from 255) = 40.30%
BLUE value IS 196 (76.95% from 255) = 36.23%
R=23.48%
G=40.30%
B=36.23%

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
Decimal1272181960.4200.100.15165.4955.1567.65
Hex7FDAC42A0AFa53744
Octal177332304520121724567104
Binary11111111101101011000100101010010101111101001011101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FDAC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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