#7BD1C3

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

Shades of Bermuda #7BD1C3

Tints of Bermuda #7BD1C3

Color information

#7BD1C3 (or 0x7BD1C3) is unknown color: approx Bermuda. HEX triplet: 7B, D1 and C3. RGB value is (123,209,195). Sum of RGB (Red+Green+Blue) = 123+209+195=527 (69% of max value = 765). Red value is 123 (48.44% from 255 or 23.34% from 527); Green value is 209 (82.03% from 255 or 39.66% from 527); Blue value is 195 (76.56% from 255 or 37.00% from 527); Max value from RGB is 209 - color contains mainly: green. Hex color #7BD1C3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7BD1C3 is #842E3C. Grayscale: #B5B5B5. Windows color (decimal): -8662589 or 12833147. OLE color: 12833147.

HSL color Cylindrical-coordinate representation of color #7BD1C3: hue angle of 170.23º degrees, saturation: 0.48, 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 #7BD1C3 is Cyan = 0.41, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.18.

Color convert

RGB123209195-
CMYK0.4100.070.18
HSL170.23º48.31%65.1%-
HSV(B)170.23º41.15%81.96%-
XYZ40.8253.7559.85-
YUV181.69135.5186.14-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 23.34%
GREEN value IS 209 (82.03% from 255) = 39.66%
BLUE value IS 195 (76.56% from 255) = 37.00%
R=23.34%
G=39.66%
B=37.00%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1232091950.4100.070.18170.2348.3165.1
Hex7BD1C3290712aa3041
Octal17332130351072225260101
Binary11110111101000111000011101001011110010101010101100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BD1C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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