#7BDDB4

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

Shades of Bermuda #7BDDB4

Tints of Bermuda #7BDDB4

Color information

#7BDDB4 (or 0x7BDDB4) is unknown color: approx Bermuda. HEX triplet: 7B, DD and B4. RGB value is (123,221,180). Sum of RGB (Red+Green+Blue) = 123+221+180=524 (69% of max value = 765). Red value is 123 (48.44% from 255 or 23.47% from 524); Green value is 221 (86.72% from 255 or 42.18% from 524); Blue value is 180 (70.70% from 255 or 34.35% from 524); Max value from RGB is 221 - color contains mainly: green. Hex color #7BDDB4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7BDDB4 is #84224B. Grayscale: #BBBBBB. Windows color (decimal): -8659532 or 11853179. OLE color: 11853179.

HSL color Cylindrical-coordinate representation of color #7BDDB4: hue angle of 154.9º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7BDDB4 is Cyan = 0.44, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.13.

Color convert

RGB123221180-
CMYK0.4400.190.13
HSL154.9º59.04%67.45%-
HSV(B)154.9º44.34%86.67%-
XYZ42.2659.2252.38-
YUV187.02124.0382.33-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 23.47%
GREEN value IS 221 (86.72% from 255) = 42.18%
BLUE value IS 180 (70.70% from 255) = 34.35%
R=23.47%
G=42.18%
B=34.35%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1232211800.4400.190.13154.959.0467.45
Hex7BDDB42C013D9b3b43
Octal173335264540231523373103
Binary111101111011101101101001011000100111101100110111110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BDDB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,221,180); }

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

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

 a { background-color: rgb(123,221,180); }

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

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

 span { border-color: rgb(123,221,180); }

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