#7BCBCA

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

Shades of Bermuda #7BCBCA

Tints of Bermuda #7BCBCA

Color information

#7BCBCA (or 0x7BCBCA) is unknown color: approx Bermuda. HEX triplet: 7B, CB and CA. RGB value is (123,203,202). Sum of RGB (Red+Green+Blue) = 123+203+202=528 (69% of max value = 765). Red value is 123 (48.44% from 255 or 23.30% from 528); Green value is 203 (79.69% from 255 or 38.45% from 528); Blue value is 202 (79.30% from 255 or 38.26% from 528); Max value from RGB is 203 - color contains mainly: green. Hex color #7BCBCA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7BCBCA is #843435. Grayscale: #B2B2B2. Windows color (decimal): -8664118 or 13290363. OLE color: 13290363.

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

Color convert

RGB123203202-
CMYK0.3900.000.20
HSL179.25º43.48%63.92%-
HSV(B)179.25º39.41%79.61%-
XYZ40.1851.1963.64-
YUV178.9714188.08-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 23.30%
GREEN value IS 203 (79.69% from 255) = 38.45%
BLUE value IS 202 (79.30% from 255) = 38.26%
R=23.30%
G=38.45%
B=38.26%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1232032020.3900.000.20179.2543.4863.92
Hex7BCBCA270014b32b40
Octal17331331247002426353100
Binary111101111001011110010101001110010100101100111010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BCBCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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