#7DCEBD

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

Shades of Bermuda #7DCEBD

Tints of Bermuda #7DCEBD

Color information

#7DCEBD (or 0x7DCEBD) is unknown color: approx Bermuda. HEX triplet: 7D, CE and BD. RGB value is (125,206,189). Sum of RGB (Red+Green+Blue) = 125+206+189=520 (68% of max value = 765). Red value is 125 (49.22% from 255 or 24.04% from 520); Green value is 206 (80.86% from 255 or 39.62% from 520); Blue value is 189 (74.22% from 255 or 36.35% from 520); Max value from RGB is 206 - color contains mainly: green. Hex color #7DCEBD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DCEBD is #823142. Grayscale: #B3B3B3. Windows color (decimal): -8532291 or 12439165. OLE color: 12439165.

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

Color convert

RGB125206189-
CMYK0.3900.080.19
HSL167.41º45.25%64.9%-
HSV(B)167.41º39.32%80.78%-
XYZ39.7152.1856.12-
YUV179.84133.1688.88-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 24.04%
GREEN value IS 206 (80.86% from 255) = 39.62%
BLUE value IS 189 (74.22% from 255) = 36.35%
R=24.04%
G=39.62%
B=36.35%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1252061890.3900.080.19167.4145.2564.9
Hex7DCEBD270813a72d41
Octal175316275470102324755101
Binary111110111001110101111011001110100010011101001111011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DCEBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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