#7DDCC0

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

Shades of Bermuda #7DDCC0

Tints of Bermuda #7DDCC0

Color information

#7DDCC0 (or 0x7DDCC0) is unknown color: approx Bermuda. HEX triplet: 7D, DC and C0. RGB value is (125,220,192). Sum of RGB (Red+Green+Blue) = 125+220+192=537 (71% of max value = 765). Red value is 125 (49.22% from 255 or 23.28% from 537); Green value is 220 (86.33% from 255 or 40.97% from 537); Blue value is 192 (75.39% from 255 or 35.75% from 537); Max value from RGB is 220 - color contains mainly: green. Hex color #7DDCC0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DDCC0 is #82233F. Grayscale: #BCBCBC. Windows color (decimal): -8528704 or 12639357. OLE color: 12639357.

HSL color Cylindrical-coordinate representation of color #7DDCC0: hue angle of 162.32º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7DDCC0 is Cyan = 0.43, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.14.

Color convert

RGB125220192-
CMYK0.4300.130.14
HSL162.32º57.58%67.65%-
HSV(B)162.32º43.18%86.27%-
XYZ43.5759.3559.03-
YUV188.4130.0382.78-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 23.28%
GREEN value IS 220 (86.33% from 255) = 40.97%
BLUE value IS 192 (75.39% from 255) = 35.75%
R=23.28%
G=40.97%
B=35.75%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1252201920.4300.130.14162.3257.5867.65
Hex7DDCC02B0DEa23a44
Octal175334300530151624272104
Binary11111011101110011000000101011011011110101000101110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DDCC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,220,192); }

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

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

 a { background-color: rgb(125,220,192); }

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

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

 span { border-color: rgb(125,220,192); }

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