#7BCAC8

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

Shades of Bermuda #7BCAC8

Tints of Bermuda #7BCAC8

Color information

#7BCAC8 (or 0x7BCAC8) is unknown color: approx Bermuda. HEX triplet: 7B, CA and C8. RGB value is (123,202,200). Sum of RGB (Red+Green+Blue) = 123+202+200=525 (69% of max value = 765). Red value is 123 (48.44% from 255 or 23.43% from 525); Green value is 202 (79.30% from 255 or 38.48% from 525); Blue value is 200 (78.52% from 255 or 38.10% from 525); Max value from RGB is 202 - color contains mainly: green. Hex color #7BCAC8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7BCAC8 is #843537. Grayscale: #B2B2B2. Windows color (decimal): -8664376 or 13159035. OLE color: 13159035.

HSL color Cylindrical-coordinate representation of color #7BCAC8: hue angle of 178.48º degrees, saturation: 0.43, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7BCAC8 is Cyan = 0.39, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.21.

Color convert

RGB123202200-
CMYK0.3900.010.21
HSL178.48º42.7%63.73%-
HSV(B)178.48º39.11%79.22%-
XYZ39.7150.6262.32-
YUV178.15140.3388.66-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 23.43%
GREEN value IS 202 (79.30% from 255) = 38.48%
BLUE value IS 200 (78.52% from 255) = 38.10%
R=23.43%
G=38.48%
B=38.10%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1232022000.3900.010.21178.4842.763.73
Hex7BCAC8270115b22b40
Octal17331231047012526253100
Binary111101111001010110010001001110110101101100101010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BCAC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,202,200); }

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

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

 a { background-color: rgb(123,202,200); }

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

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

 span { border-color: rgb(123,202,200); }

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