#7DCEBC

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

Shades of Bermuda #7DCEBC

Tints of Bermuda #7DCEBC

Color information

#7DCEBC (or 0x7DCEBC) is unknown color: approx Bermuda. HEX triplet: 7D, CE and BC. RGB value is (125,206,188). Sum of RGB (Red+Green+Blue) = 125+206+188=519 (68% of max value = 765). Red value is 125 (49.22% from 255 or 24.08% from 519); Green value is 206 (80.86% from 255 or 39.69% from 519); Blue value is 188 (73.83% from 255 or 36.22% from 519); Max value from RGB is 206 - color contains mainly: green. Hex color #7DCEBC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DCEBC is #823143. Grayscale: #B3B3B3. Windows color (decimal): -8532292 or 12373629. OLE color: 12373629.

HSL color Cylindrical-coordinate representation of color #7DCEBC: hue angle of 166.67º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7DCEBC is Cyan = 0.39, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.19.

Color convert

RGB125206188-
CMYK0.3900.090.19
HSL166.67º45.25%64.9%-
HSV(B)166.67º39.32%80.78%-
XYZ39.6152.1355.55-
YUV179.73132.6688.96-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 24.08%
GREEN value IS 206 (80.86% from 255) = 39.69%
BLUE value IS 188 (73.83% from 255) = 36.22%
R=24.08%
G=39.69%
B=36.22%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1252061880.3900.090.19166.6745.2564.9
Hex7DCEBC270913a72d41
Octal175316274470112324755101
Binary111110111001110101111001001110100110011101001111011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DCEBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,206,188); }

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

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

 a { background-color: rgb(125,206,188); }

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

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

 span { border-color: rgb(125,206,188); }

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