#7FD4C1

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

Shades of Bermuda #7FD4C1

Tints of Bermuda #7FD4C1

Color information

#7FD4C1 (or 0x7FD4C1) is unknown color: approx Bermuda. HEX triplet: 7F, D4 and C1. RGB value is (127,212,193). Sum of RGB (Red+Green+Blue) = 127+212+193=532 (70% of max value = 765). Red value is 127 (50% from 255 or 23.87% from 532); Green value is 212 (83.20% from 255 or 39.85% from 532); Blue value is 193 (75.78% from 255 or 36.28% from 532); Max value from RGB is 212 - color contains mainly: green. Hex color #7FD4C1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FD4C1 is #802B3E. Grayscale: #B8B8B8. Windows color (decimal): -8399679 or 12702847. OLE color: 12702847.

HSL color Cylindrical-coordinate representation of color #7FD4C1: hue angle of 166.59º degrees, saturation: 0.5, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7FD4C1 is Cyan = 0.40, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.17.

Color convert

RGB127212193-
CMYK0.4000.090.17
HSL166.59º49.71%66.47%-
HSV(B)166.59º40.09%83.14%-
XYZ41.9255.4558.95-
YUV184.42132.8487.04-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 23.87%
GREEN value IS 212 (83.20% from 255) = 39.85%
BLUE value IS 193 (75.78% from 255) = 36.28%
R=23.87%
G=39.85%
B=36.28%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1272121930.4000.090.17166.5949.7166.47
Hex7FD4C1280911a73242
Octal177324301500112124762102
Binary111111111010100110000011010000100110001101001111100101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FD4C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,212,193); }

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

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

 a { background-color: rgb(127,212,193); }

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

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

 span { border-color: rgb(127,212,193); }

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