#7FD5BA

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

Shades of Bermuda #7FD5BA

Tints of Bermuda #7FD5BA

Color information

#7FD5BA (or 0x7FD5BA) is unknown color: approx Bermuda. HEX triplet: 7F, D5 and BA. RGB value is (127,213,186). Sum of RGB (Red+Green+Blue) = 127+213+186=526 (69% of max value = 765). Red value is 127 (50% from 255 or 24.14% from 526); Green value is 213 (83.59% from 255 or 40.49% from 526); Blue value is 186 (73.05% from 255 or 35.36% from 526); Max value from RGB is 213 - color contains mainly: green. Hex color #7FD5BA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FD5BA is #802A45. Grayscale: #B8B8B8. Windows color (decimal): -8399430 or 12244351. OLE color: 12244351.

HSL color Cylindrical-coordinate representation of color #7FD5BA: hue angle of 161.16º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7FD5BA is Cyan = 0.40, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.16.

Color convert

RGB127213186-
CMYK0.4000.130.16
HSL161.16º50.59%66.67%-
HSV(B)161.16º40.38%83.53%-
XYZ41.4155.6555.01-
YUV184.21129.0187.2-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 24.14%
GREEN value IS 213 (83.59% from 255) = 40.49%
BLUE value IS 186 (73.05% from 255) = 35.36%
R=24.14%
G=40.49%
B=35.36%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1272131860.4000.130.16161.1650.5966.67
Hex7FD5BA280D10a13343
Octal177325272500152024163103
Binary111111111010101101110101010000110110000101000011100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FD5BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,213,186); }

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

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

 a { background-color: rgb(127,213,186); }

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

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

 span { border-color: rgb(127,213,186); }

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