#7FDACA

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

Shades of Riptide #7FDACA

Tints of Riptide #7FDACA

Color information

#7FDACA (or 0x7FDACA) is unknown color: approx Riptide. HEX triplet: 7F, DA and CA. RGB value is (127,218,202). Sum of RGB (Red+Green+Blue) = 127+218+202=547 (72% of max value = 765). Red value is 127 (50% from 255 or 23.22% from 547); Green value is 218 (85.55% from 255 or 39.85% from 547); Blue value is 202 (79.30% from 255 or 36.93% from 547); Max value from RGB is 218 - color contains mainly: green. Hex color #7FDACA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FDACA is #802535. Grayscale: #BCBCBC. Windows color (decimal): -8398134 or 13294207. OLE color: 13294207.

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

Color convert

RGB127218202-
CMYK0.4200.070.15
HSL169.45º55.15%67.65%-
HSV(B)169.45º41.74%85.49%-
XYZ44.4858.9264.91-
YUV188.97135.3583.8-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 23.22%
GREEN value IS 218 (85.55% from 255) = 39.85%
BLUE value IS 202 (79.30% from 255) = 36.93%
R=23.22%
G=39.85%
B=36.93%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1272182020.4200.070.15169.4555.1567.65
Hex7FDACA2A07Fa93744
Octal17733231252071725167104
Binary1111111110110101100101010101001111111101010011101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FDACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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