#7DCCC7

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

Shades of Bermuda #7DCCC7

Tints of Bermuda #7DCCC7

Color information

#7DCCC7 (or 0x7DCCC7) is unknown color: approx Bermuda. HEX triplet: 7D, CC and C7. RGB value is (125,204,199). Sum of RGB (Red+Green+Blue) = 125+204+199=528 (69% of max value = 765). Red value is 125 (49.22% from 255 or 23.67% from 528); Green value is 204 (80.08% from 255 or 38.64% from 528); Blue value is 199 (78.12% from 255 or 37.69% from 528); Max value from RGB is 204 - color contains mainly: green. Hex color #7DCCC7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DCCC7 is #823338. Grayscale: #B3B3B3. Windows color (decimal): -8532793 or 13094013. OLE color: 13094013.

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

Color convert

RGB125204199-
CMYK0.3900.020.2
HSL176.2º43.65%64.51%-
HSV(B)176.2º38.73%80%-
XYZ40.3651.6761.88-
YUV179.81138.8388.91-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 23.67%
GREEN value IS 204 (80.08% from 255) = 38.64%
BLUE value IS 199 (78.12% from 255) = 37.69%
R=23.67%
G=38.64%
B=37.69%

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
Decimal1252041990.3900.020.2176.243.6564.51
Hex7DCCC7270214b02c41
Octal17531430747022426054101
Binary1111101110011001100011110011101010100101100001011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DCCC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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