#7FDAC3

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

Shades of Bermuda #7FDAC3

Tints of Bermuda #7FDAC3

Color information

#7FDAC3 (or 0x7FDAC3) is unknown color: approx Bermuda. HEX triplet: 7F, DA and C3. RGB value is (127,218,195). Sum of RGB (Red+Green+Blue) = 127+218+195=540 (71% of max value = 765). Red value is 127 (50% from 255 or 23.52% from 540); Green value is 218 (85.55% from 255 or 40.37% from 540); Blue value is 195 (76.56% from 255 or 36.11% from 540); Max value from RGB is 218 - color contains mainly: green. Hex color #7FDAC3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FDAC3 is #80253C. Grayscale: #BCBCBC. Windows color (decimal): -8398141 or 12835455. OLE color: 12835455.

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

Color convert

RGB127218195-
CMYK0.4200.110.15
HSL164.84º55.15%67.65%-
HSV(B)164.84º41.74%85.49%-
XYZ43.6758.5960.64-
YUV188.17131.8584.37-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 23.52%
GREEN value IS 218 (85.55% from 255) = 40.37%
BLUE value IS 195 (76.56% from 255) = 36.11%
R=23.52%
G=40.37%
B=36.11%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1272181950.4200.110.15164.8455.1567.65
Hex7FDAC32A0BFa53744
Octal177332303520131724567104
Binary11111111101101011000011101010010111111101001011101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FDAC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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