#7DCCC8

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

Shades of Bermuda #7DCCC8

Tints of Bermuda #7DCCC8

Color information

#7DCCC8 (or 0x7DCCC8) is unknown color: approx Bermuda. HEX triplet: 7D, CC and C8. RGB value is (125,204,200). Sum of RGB (Red+Green+Blue) = 125+204+200=529 (70% of max value = 765). Red value is 125 (49.22% from 255 or 23.63% from 529); Green value is 204 (80.08% from 255 or 38.56% from 529); Blue value is 200 (78.52% from 255 or 37.81% from 529); Max value from RGB is 204 - color contains mainly: green. Hex color #7DCCC8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DCCC8 is #823337. Grayscale: #B3B3B3. Windows color (decimal): -8532792 or 13159549. OLE color: 13159549.

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

Color convert

RGB125204200-
CMYK0.3900.020.2
HSL176.96º43.65%64.51%-
HSV(B)176.96º38.73%80%-
XYZ40.4851.7262.49-
YUV179.92139.3388.83-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 23.63%
GREEN value IS 204 (80.08% from 255) = 38.56%
BLUE value IS 200 (78.52% from 255) = 37.81%
R=23.63%
G=38.56%
B=37.81%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1252042000.3900.020.2176.9643.6564.51
Hex7DCCC8270214b12c41
Octal17531431047022426154101
Binary1111101110011001100100010011101010100101100011011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DCCC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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