#7CCAC7

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

Shades of Bermuda #7CCAC7

Tints of Bermuda #7CCAC7

Color information

#7CCAC7 (or 0x7CCAC7) is unknown color: approx Bermuda. HEX triplet: 7C, CA and C7. RGB value is (124,202,199). Sum of RGB (Red+Green+Blue) = 124+202+199=525 (69% of max value = 765). Red value is 124 (48.83% from 255 or 23.62% from 525); Green value is 202 (79.30% from 255 or 38.48% from 525); Blue value is 199 (78.12% from 255 or 37.90% from 525); Max value from RGB is 202 - color contains mainly: green. Hex color #7CCAC7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7CCAC7 is #833538. Grayscale: #B2B2B2. Windows color (decimal): -8598841 or 13093500. OLE color: 13093500.

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

Color convert

RGB124202199-
CMYK0.3900.010.21
HSL177.69º42.39%63.92%-
HSV(B)177.69º38.61%79.22%-
XYZ39.7450.6561.71-
YUV178.34139.6689.24-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 23.62%
GREEN value IS 202 (79.30% from 255) = 38.48%
BLUE value IS 199 (78.12% from 255) = 37.90%
R=23.62%
G=38.48%
B=37.90%

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
Decimal1242021990.3900.010.21177.6942.3963.92
Hex7CCAC7270115b22a40
Octal17431230747012526252100
Binary111110011001010110001111001110110101101100101010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CCAC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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