#7CCCC6

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

Shades of Bermuda #7CCCC6

Tints of Bermuda #7CCCC6

Color information

#7CCCC6 (or 0x7CCCC6) is unknown color: approx Bermuda. HEX triplet: 7C, CC and C6. RGB value is (124,204,198). Sum of RGB (Red+Green+Blue) = 124+204+198=526 (69% of max value = 765). Red value is 124 (48.83% from 255 or 23.57% from 526); Green value is 204 (80.08% from 255 or 38.78% from 526); Blue value is 198 (77.73% from 255 or 37.64% from 526); Max value from RGB is 204 - color contains mainly: green. Hex color #7CCCC6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7CCCC6 is #833339. Grayscale: #B3B3B3. Windows color (decimal): -8598330 or 13028476. OLE color: 13028476.

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

Color convert

RGB124204198-
CMYK0.3900.030.2
HSL175.5º43.96%64.31%-
HSV(B)175.5º39.22%80%-
XYZ40.151.5561.26-
YUV179.4138.588.49-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 23.57%
GREEN value IS 204 (80.08% from 255) = 38.78%
BLUE value IS 198 (77.73% from 255) = 37.64%
R=23.57%
G=38.78%
B=37.64%

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
Decimal1242041980.3900.030.2175.543.9664.31
Hex7CCCC6270314b02c40
Octal17431430647032426054100
Binary1111100110011001100011010011101110100101100001011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CCCC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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