#7FDCC3

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

Shades of Riptide #7FDCC3

Tints of Riptide #7FDCC3

Color information

#7FDCC3 (or 0x7FDCC3) is unknown color: approx Riptide. HEX triplet: 7F, DC and C3. RGB value is (127,220,195). Sum of RGB (Red+Green+Blue) = 127+220+195=542 (71% of max value = 765). Red value is 127 (50% from 255 or 23.43% from 542); Green value is 220 (86.33% from 255 or 40.59% from 542); Blue value is 195 (76.56% from 255 or 35.98% from 542); Max value from RGB is 220 - color contains mainly: green. Hex color #7FDCC3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FDCC3 is #80233C. Grayscale: #BDBDBD. Windows color (decimal): -8397629 or 12835967. OLE color: 12835967.

HSL color Cylindrical-coordinate representation of color #7FDCC3: hue angle of 163.87º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7FDCC3 is Cyan = 0.42, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.14.

Color convert

RGB127220195-
CMYK0.4200.110.14
HSL163.87º57.06%68.04%-
HSV(B)163.87º42.27%86.27%-
XYZ44.259.6460.81-
YUV189.34131.1983.53-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 23.43%
GREEN value IS 220 (86.33% from 255) = 40.59%
BLUE value IS 195 (76.56% from 255) = 35.98%
R=23.43%
G=40.59%
B=35.98%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1272201950.4200.110.14163.8757.0668.04
Hex7FDCC32A0BEa43944
Octal177334303520131624471104
Binary11111111101110011000011101010010111110101001001110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FDCC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,220,195); }

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

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

 a { background-color: rgb(127,220,195); }

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

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

 span { border-color: rgb(127,220,195); }

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