#7FDAC2

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

Shades of Bermuda #7FDAC2

Tints of Bermuda #7FDAC2

Color information

#7FDAC2 (or 0x7FDAC2) is unknown color: approx Bermuda. HEX triplet: 7F, DA and C2. RGB value is (127,218,194). Sum of RGB (Red+Green+Blue) = 127+218+194=539 (71% of max value = 765). Red value is 127 (50% from 255 or 23.56% from 539); Green value is 218 (85.55% from 255 or 40.45% from 539); Blue value is 194 (76.17% from 255 or 35.99% from 539); Max value from RGB is 218 - color contains mainly: green. Hex color #7FDAC2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FDAC2 is #80253D. Grayscale: #BCBCBC. Windows color (decimal): -8398142 or 12769919. OLE color: 12769919.

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

Color convert

RGB127218194-
CMYK0.4200.110.15
HSL164.18º55.15%67.65%-
HSV(B)164.18º41.74%85.49%-
XYZ43.5658.5560.04-
YUV188.06131.3584.45-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 23.56%
GREEN value IS 218 (85.55% from 255) = 40.45%
BLUE value IS 194 (76.17% from 255) = 35.99%
R=23.56%
G=40.45%
B=35.99%

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
Decimal1272181940.4200.110.15164.1855.1567.65
Hex7FDAC22A0BFa43744
Octal177332302520131724467104
Binary11111111101101011000010101010010111111101001001101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FDAC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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