#7DCDBD

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

Shades of Bermuda #7DCDBD

Tints of Bermuda #7DCDBD

Color information

#7DCDBD (or 0x7DCDBD) is unknown color: approx Bermuda. HEX triplet: 7D, CD and BD. RGB value is (125,205,189). Sum of RGB (Red+Green+Blue) = 125+205+189=519 (68% of max value = 765). Red value is 125 (49.22% from 255 or 24.08% from 519); Green value is 205 (80.47% from 255 or 39.50% from 519); Blue value is 189 (74.22% from 255 or 36.42% from 519); Max value from RGB is 205 - color contains mainly: green. Hex color #7DCDBD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DCDBD is #823242. Grayscale: #B3B3B3. Windows color (decimal): -8532547 or 12438909. OLE color: 12438909.

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

Color convert

RGB125205189-
CMYK0.3900.080.20
HSL168º44.44%64.71%-
HSV(B)168º39.02%80.39%-
XYZ39.4751.756.04-
YUV179.26133.589.3-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 24.08%
GREEN value IS 205 (80.47% from 255) = 39.50%
BLUE value IS 189 (74.22% from 255) = 36.42%
R=24.08%
G=39.50%
B=36.42%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1252051890.3900.080.2016844.4464.71
Hex7DCDBD270814a82c41
Octal175315275470102425054101
Binary111110111001101101111011001110100010100101010001011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DCDBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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