#7BD9C3

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

Shades of Bermuda #7BD9C3

Tints of Bermuda #7BD9C3

Color information

#7BD9C3 (or 0x7BD9C3) is unknown color: approx Bermuda. HEX triplet: 7B, D9 and C3. RGB value is (123,217,195). Sum of RGB (Red+Green+Blue) = 123+217+195=535 (70% of max value = 765). Red value is 123 (48.44% from 255 or 22.99% from 535); Green value is 217 (85.16% from 255 or 40.56% from 535); Blue value is 195 (76.56% from 255 or 36.45% from 535); Max value from RGB is 217 - color contains mainly: green. Hex color #7BD9C3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7BD9C3 is #84263C. Grayscale: #BABABA. Windows color (decimal): -8660541 or 12835195. OLE color: 12835195.

HSL color Cylindrical-coordinate representation of color #7BD9C3: hue angle of 165.96º degrees, saturation: 0.55, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7BD9C3 is Cyan = 0.43, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.15.

Color convert

RGB123217195-
CMYK0.4300.100.15
HSL165.96º55.29%66.67%-
HSV(B)165.96º43.32%85.1%-
XYZ42.8357.7860.52-
YUV186.39132.8682.79-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 22.99%
GREEN value IS 217 (85.16% from 255) = 40.56%
BLUE value IS 195 (76.56% from 255) = 36.45%
R=22.99%
G=40.56%
B=36.45%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1232171950.4300.100.15165.9655.2966.67
Hex7BD9C32B0AFa63743
Octal173331303530121724667103
Binary11110111101100111000011101011010101111101001101101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BD9C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,217,195); }

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

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

 a { background-color: rgb(123,217,195); }

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

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

 span { border-color: rgb(123,217,195); }

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