#7CCCC5

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

Shades of Bermuda #7CCCC5

Tints of Bermuda #7CCCC5

Color information

#7CCCC5 (or 0x7CCCC5) is unknown color: approx Bermuda. HEX triplet: 7C, CC and C5. RGB value is (124,204,197). Sum of RGB (Red+Green+Blue) = 124+204+197=525 (69% of max value = 765). Red value is 124 (48.83% from 255 or 23.62% from 525); Green value is 204 (80.08% from 255 or 38.86% from 525); Blue value is 197 (77.34% from 255 or 37.52% from 525); Max value from RGB is 204 - color contains mainly: green. Hex color #7CCCC5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7CCCC5 is #83333A. Grayscale: #B3B3B3. Windows color (decimal): -8598331 or 12962940. OLE color: 12962940.

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

Color convert

RGB124204197-
CMYK0.3900.030.2
HSL174.75º43.96%64.31%-
HSV(B)174.75º39.22%80%-
XYZ39.9851.560.66-
YUV179.2813888.57-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 23.62%
GREEN value IS 204 (80.08% from 255) = 38.86%
BLUE value IS 197 (77.34% from 255) = 37.52%
R=23.62%
G=38.86%
B=37.52%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1242041970.3900.030.2174.7543.9664.31
Hex7CCCC5270314af2c40
Octal17431430547032425754100
Binary1111100110011001100010110011101110100101011111011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CCCC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,204,197); }

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

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

 a { background-color: rgb(124,204,197); }

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

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

 span { border-color: rgb(124,204,197); }

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