#7BDBB5

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

Shades of Bermuda #7BDBB5

Tints of Bermuda #7BDBB5

Color information

#7BDBB5 (or 0x7BDBB5) is unknown color: approx Bermuda. HEX triplet: 7B, DB and B5. RGB value is (123,219,181). Sum of RGB (Red+Green+Blue) = 123+219+181=523 (69% of max value = 765). Red value is 123 (48.44% from 255 or 23.52% from 523); Green value is 219 (85.94% from 255 or 41.87% from 523); Blue value is 181 (71.09% from 255 or 34.61% from 523); Max value from RGB is 219 - color contains mainly: green. Hex color #7BDBB5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7BDBB5 is #84244A. Grayscale: #BABABA. Windows color (decimal): -8660043 or 11918203. OLE color: 11918203.

HSL color Cylindrical-coordinate representation of color #7BDBB5: hue angle of 156.25º degrees, saturation: 0.57, 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 #7BDBB5 is Cyan = 0.44, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.14.

Color convert

RGB123219181-
CMYK0.4400.170.14
HSL156.25º57.14%67.06%-
HSV(B)156.25º43.84%85.88%-
XYZ41.8458.2152.75-
YUV185.96125.283.09-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 23.52%
GREEN value IS 219 (85.94% from 255) = 41.87%
BLUE value IS 181 (71.09% from 255) = 34.61%
R=23.52%
G=41.87%
B=34.61%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1232191810.4400.170.14156.2557.1467.06
Hex7BDBB52C011E9c3943
Octal173333265540211623471103
Binary111101111011011101101011011000100011110100111001110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BDBB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,219,181); }

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

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

 a { background-color: rgb(123,219,181); }

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

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

 span { border-color: rgb(123,219,181); }

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