#7DDFC0

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

Shades of Bermuda #7DDFC0

Tints of Bermuda #7DDFC0

Color information

#7DDFC0 (or 0x7DDFC0) is unknown color: approx Bermuda. HEX triplet: 7D, DF and C0. RGB value is (125,223,192). Sum of RGB (Red+Green+Blue) = 125+223+192=540 (71% of max value = 765). Red value is 125 (49.22% from 255 or 23.15% from 540); Green value is 223 (87.5% from 255 or 41.30% from 540); Blue value is 192 (75.39% from 255 or 35.56% from 540); Max value from RGB is 223 - color contains mainly: green. Hex color #7DDFC0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DDFC0 is #82203F. Grayscale: #BEBEBE. Windows color (decimal): -8527936 or 12640125. OLE color: 12640125.

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

Color convert

RGB125223192-
CMYK0.4400.140.13
HSL161.02º60.49%68.24%-
HSV(B)161.02º43.95%87.45%-
XYZ44.3660.9459.29-
YUV190.16129.0381.52-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 23.15%
GREEN value IS 223 (87.5% from 255) = 41.30%
BLUE value IS 192 (75.39% from 255) = 35.56%
R=23.15%
G=41.30%
B=35.56%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1252231920.4400.140.13161.0260.4968.24
Hex7DDFC02C0EDa13c44
Octal175337300540161524174104
Binary11111011101111111000000101100011101101101000011111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DDFC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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