#7BCCC3

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

Shades of Bermuda #7BCCC3

Tints of Bermuda #7BCCC3

Color information

#7BCCC3 (or 0x7BCCC3) is unknown color: approx Bermuda. HEX triplet: 7B, CC and C3. RGB value is (123,204,195). Sum of RGB (Red+Green+Blue) = 123+204+195=522 (69% of max value = 765). Red value is 123 (48.44% from 255 or 23.56% from 522); Green value is 204 (80.08% from 255 or 39.08% from 522); Blue value is 195 (76.56% from 255 or 37.36% from 522); Max value from RGB is 204 - color contains mainly: green. Hex color #7BCCC3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7BCCC3 is #84333C. Grayscale: #B2B2B2. Windows color (decimal): -8663869 or 12831867. OLE color: 12831867.

HSL color Cylindrical-coordinate representation of color #7BCCC3: hue angle of 173.33º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7BCCC3 is Cyan = 0.40, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.2.

Color convert

RGB123204195-
CMYK0.4000.040.2
HSL173.33º44.26%64.12%-
HSV(B)173.33º39.71%80%-
XYZ39.6151.3459.45-
YUV178.75137.1688.23-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 23.56%
GREEN value IS 204 (80.08% from 255) = 39.08%
BLUE value IS 195 (76.56% from 255) = 37.36%
R=23.56%
G=39.08%
B=37.36%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1232041950.4000.040.2173.3344.2664.12
Hex7BCCC3280414ad2c40
Octal17331430350042425554100
Binary11110111100110011000011101000010010100101011011011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BCCC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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