#7BDCBE

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

Shades of Bermuda #7BDCBE

Tints of Bermuda #7BDCBE

Color information

#7BDCBE (or 0x7BDCBE) is unknown color: approx Bermuda. HEX triplet: 7B, DC and BE. RGB value is (123,220,190). Sum of RGB (Red+Green+Blue) = 123+220+190=533 (70% of max value = 765). Red value is 123 (48.44% from 255 or 23.08% from 533); Green value is 220 (86.33% from 255 or 41.28% from 533); Blue value is 190 (74.61% from 255 or 35.65% from 533); Max value from RGB is 220 - color contains mainly: green. Hex color #7BDCBE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7BDCBE is #842341. Grayscale: #BBBBBB. Windows color (decimal): -8659778 or 12508283. OLE color: 12508283.

HSL color Cylindrical-coordinate representation of color #7BDCBE: hue angle of 161.44º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7BDCBE is Cyan = 0.44, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.14.

Color convert

RGB123220190-
CMYK0.4400.140.14
HSL161.44º58.08%67.25%-
HSV(B)161.44º44.09%86.27%-
XYZ43.0659.1257.86-
YUV187.58129.3681.94-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 23.08%
GREEN value IS 220 (86.33% from 255) = 41.28%
BLUE value IS 190 (74.61% from 255) = 35.65%
R=23.08%
G=41.28%
B=35.65%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1232201900.4400.140.14161.4458.0867.25
Hex7BDCBE2C0EEa13a43
Octal173334276540161624172103
Binary11110111101110010111110101100011101110101000011110101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BDCBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,220,190); }

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

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

 a { background-color: rgb(123,220,190); }

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

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

 span { border-color: rgb(123,220,190); }

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