#7BD5BF

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

Shades of Bermuda #7BD5BF

Tints of Bermuda #7BD5BF

Color information

#7BD5BF (or 0x7BD5BF) is unknown color: approx Bermuda. HEX triplet: 7B, D5 and BF. RGB value is (123,213,191). Sum of RGB (Red+Green+Blue) = 123+213+191=527 (69% of max value = 765). Red value is 123 (48.44% from 255 or 23.34% from 527); Green value is 213 (83.59% from 255 or 40.42% from 527); Blue value is 191 (75% from 255 or 36.24% from 527); Max value from RGB is 213 - color contains mainly: green. Hex color #7BD5BF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7BD5BF is #842A40. Grayscale: #B7B7B7. Windows color (decimal): -8661569 or 12572027. OLE color: 12572027.

HSL color Cylindrical-coordinate representation of color #7BD5BF: hue angle of 165.33º degrees, saturation: 0.52, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7BD5BF is Cyan = 0.42, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.16.

Color convert

RGB123213191-
CMYK0.4200.100.16
HSL165.33º51.72%65.88%-
HSV(B)165.33º42.25%83.53%-
XYZ41.3755.5657.83-
YUV183.58132.1884.79-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 23.34%
GREEN value IS 213 (83.59% from 255) = 40.42%
BLUE value IS 191 (75% from 255) = 36.24%
R=23.34%
G=40.42%
B=36.24%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1232131910.4200.100.16165.3351.7265.88
Hex7BD5BF2A0A10a53442
Octal173325277520122024564102
Binary111101111010101101111111010100101010000101001011101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BD5BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,213,191); }

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

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

 a { background-color: rgb(123,213,191); }

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

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

 span { border-color: rgb(123,213,191); }

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