#7FD5BE

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

Shades of Bermuda #7FD5BE

Tints of Bermuda #7FD5BE

Color information

#7FD5BE (or 0x7FD5BE) is unknown color: approx Bermuda. HEX triplet: 7F, D5 and BE. RGB value is (127,213,190). Sum of RGB (Red+Green+Blue) = 127+213+190=530 (70% of max value = 765). Red value is 127 (50% from 255 or 23.96% from 530); Green value is 213 (83.59% from 255 or 40.19% from 530); Blue value is 190 (74.61% from 255 or 35.85% from 530); Max value from RGB is 213 - color contains mainly: green. Hex color #7FD5BE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FD5BE is #802A41. Grayscale: #B8B8B8. Windows color (decimal): -8399426 or 12506495. OLE color: 12506495.

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

Color convert

RGB127213190-
CMYK0.4000.110.16
HSL163.95º50.59%66.67%-
HSV(B)163.95º40.38%83.53%-
XYZ41.8455.8257.28-
YUV184.66131.0186.87-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 23.96%
GREEN value IS 213 (83.59% from 255) = 40.19%
BLUE value IS 190 (74.61% from 255) = 35.85%
R=23.96%
G=40.19%
B=35.85%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1272131900.4000.110.16163.9550.5966.67
Hex7FD5BE280B10a43343
Octal177325276500132024463103
Binary111111111010101101111101010000101110000101001001100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FD5BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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