#7BCCC8

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

Shades of Bermuda #7BCCC8

Tints of Bermuda #7BCCC8

Color information

#7BCCC8 (or 0x7BCCC8) is unknown color: approx Bermuda. HEX triplet: 7B, CC and C8. RGB value is (123,204,200). Sum of RGB (Red+Green+Blue) = 123+204+200=527 (69% of max value = 765). Red value is 123 (48.44% from 255 or 23.34% from 527); Green value is 204 (80.08% from 255 or 38.71% from 527); Blue value is 200 (78.52% from 255 or 37.95% from 527); Max value from RGB is 204 - color contains mainly: green. Hex color #7BCCC8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7BCCC8 is #843337. Grayscale: #B3B3B3. Windows color (decimal): -8663864 or 13159547. OLE color: 13159547.

HSL color Cylindrical-coordinate representation of color #7BCCC8: hue angle of 177.04º 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 #7BCCC8 is Cyan = 0.40, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.2.

Color convert

RGB123204200-
CMYK0.4000.020.2
HSL177.04º44.26%64.12%-
HSV(B)177.04º39.71%80%-
XYZ40.1951.5762.48-
YUV179.32139.6687.83-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 23.34%
GREEN value IS 204 (80.08% from 255) = 38.71%
BLUE value IS 200 (78.52% from 255) = 37.95%
R=23.34%
G=38.71%
B=37.95%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1232042000.4000.020.2177.0444.2664.12
Hex7BCCC8280214b12c40
Octal17331431050022426154100
Binary1111011110011001100100010100001010100101100011011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BCCC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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