#7BD2BD

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

Shades of Bermuda #7BD2BD

Tints of Bermuda #7BD2BD

Color information

#7BD2BD (or 0x7BD2BD) is unknown color: approx Bermuda. HEX triplet: 7B, D2 and BD. RGB value is (123,210,189). Sum of RGB (Red+Green+Blue) = 123+210+189=522 (69% of max value = 765). Red value is 123 (48.44% from 255 or 23.56% from 522); Green value is 210 (82.42% from 255 or 40.23% from 522); Blue value is 189 (74.22% from 255 or 36.21% from 522); Max value from RGB is 210 - color contains mainly: green. Hex color #7BD2BD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7BD2BD is #842D42. Grayscale: #B5B5B5. Windows color (decimal): -8662339 or 12440187. OLE color: 12440187.

HSL color Cylindrical-coordinate representation of color #7BD2BD: hue angle of 165.52º degrees, saturation: 0.49, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7BD2BD is Cyan = 0.41, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.18.

Color convert

RGB123210189-
CMYK0.4100.100.18
HSL165.52º49.15%65.29%-
HSV(B)165.52º41.43%82.35%-
XYZ40.453.9856.43-
YUV181.59132.1886.21-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 23.56%
GREEN value IS 210 (82.42% from 255) = 40.23%
BLUE value IS 189 (74.22% from 255) = 36.21%
R=23.56%
G=40.23%
B=36.21%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1232101890.4100.100.18165.5249.1565.29
Hex7BD2BD290A12a63141
Octal173322275510122224661101
Binary111101111010010101111011010010101010010101001101100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BD2BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,210,189); }

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

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

 a { background-color: rgb(123,210,189); }

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

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

 span { border-color: rgb(123,210,189); }

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