#7CCAC3

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

Shades of Bermuda #7CCAC3

Tints of Bermuda #7CCAC3

Color information

#7CCAC3 (or 0x7CCAC3) is unknown color: approx Bermuda. HEX triplet: 7C, CA and C3. RGB value is (124,202,195). Sum of RGB (Red+Green+Blue) = 124+202+195=521 (69% of max value = 765). Red value is 124 (48.83% from 255 or 23.80% from 521); Green value is 202 (79.30% from 255 or 38.77% from 521); Blue value is 195 (76.56% from 255 or 37.43% from 521); Max value from RGB is 202 - color contains mainly: green. Hex color #7CCAC3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7CCAC3 is #83353C. Grayscale: #B1B1B1. Windows color (decimal): -8598845 or 12831356. OLE color: 12831356.

HSL color Cylindrical-coordinate representation of color #7CCAC3: hue angle of 174.62º degrees, saturation: 0.42, 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 #7CCAC3 is Cyan = 0.39, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.21.

Color convert

RGB124202195-
CMYK0.3900.030.21
HSL174.62º42.39%63.92%-
HSV(B)174.62º38.61%79.22%-
XYZ39.2850.4759.3-
YUV177.88137.6689.57-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 23.80%
GREEN value IS 202 (79.30% from 255) = 38.77%
BLUE value IS 195 (76.56% from 255) = 37.43%
R=23.80%
G=38.77%
B=37.43%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1242021950.3900.030.21174.6242.3963.92
Hex7CCAC3270315af2a40
Octal17431230347032525752100
Binary1111100110010101100001110011101110101101011111010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CCAC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,202,195); }

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

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

 a { background-color: rgb(124,202,195); }

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

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

 span { border-color: rgb(124,202,195); }

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