#7DCCC3

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

Shades of Bermuda #7DCCC3

Tints of Bermuda #7DCCC3

Color information

#7DCCC3 (or 0x7DCCC3) is unknown color: approx Bermuda. HEX triplet: 7D, CC and C3. RGB value is (125,204,195). Sum of RGB (Red+Green+Blue) = 125+204+195=524 (69% of max value = 765). Red value is 125 (49.22% from 255 or 23.85% from 524); Green value is 204 (80.08% from 255 or 38.93% from 524); Blue value is 195 (76.56% from 255 or 37.21% from 524); Max value from RGB is 204 - color contains mainly: green. Hex color #7DCCC3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DCCC3 is #82333C. Grayscale: #B3B3B3. Windows color (decimal): -8532797 or 12831869. OLE color: 12831869.

HSL color Cylindrical-coordinate representation of color #7DCCC3: hue angle of 173.16º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7DCCC3 is Cyan = 0.39, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.2.

Color convert

RGB125204195-
CMYK0.3900.040.2
HSL173.16º43.65%64.51%-
HSV(B)173.16º38.73%80%-
XYZ39.951.4959.46-
YUV179.35136.8389.23-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 23.85%
GREEN value IS 204 (80.08% from 255) = 38.93%
BLUE value IS 195 (76.56% from 255) = 37.21%
R=23.85%
G=38.93%
B=37.21%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1252041950.3900.040.2173.1643.6564.51
Hex7DCCC3270414ad2c41
Octal17531430347042425554101
Binary11111011100110011000011100111010010100101011011011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DCCC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,204,195); }

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

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

 a { background-color: rgb(125,204,195); }

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

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

 span { border-color: rgb(125,204,195); }

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