#7BD0C2

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

Shades of Bermuda #7BD0C2

Tints of Bermuda #7BD0C2

Color information

#7BD0C2 (or 0x7BD0C2) is unknown color: approx Bermuda. HEX triplet: 7B, D0 and C2. RGB value is (123,208,194). Sum of RGB (Red+Green+Blue) = 123+208+194=525 (69% of max value = 765). Red value is 123 (48.44% from 255 or 23.43% from 525); Green value is 208 (81.64% from 255 or 39.62% from 525); Blue value is 194 (76.17% from 255 or 36.95% from 525); Max value from RGB is 208 - color contains mainly: green. Hex color #7BD0C2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7BD0C2 is #842F3D. Grayscale: #B4B4B4. Windows color (decimal): -8662846 or 12767355. OLE color: 12767355.

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

Color convert

RGB123208194-
CMYK0.4100.070.18
HSL170.12º47.49%64.9%-
HSV(B)170.12º40.87%81.57%-
XYZ40.4653.2259.18-
YUV180.99135.3486.64-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 23.43%
GREEN value IS 208 (81.64% from 255) = 39.62%
BLUE value IS 194 (76.17% from 255) = 36.95%
R=23.43%
G=39.62%
B=36.95%

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
Decimal1232081940.4100.070.18170.1247.4964.9
Hex7BD0C2290712aa2f41
Octal17332030251072225257101
Binary11110111101000011000010101001011110010101010101011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BD0C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,208,194); }

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

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

 a { background-color: rgb(123,208,194); }

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

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

 span { border-color: rgb(123,208,194); }

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