#7DD0CA

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

Shades of Bermuda #7DD0CA

Tints of Bermuda #7DD0CA

Color information

#7DD0CA (or 0x7DD0CA) is unknown color: approx Bermuda. HEX triplet: 7D, D0 and CA. RGB value is (125,208,202). Sum of RGB (Red+Green+Blue) = 125+208+202=535 (70% of max value = 765). Red value is 125 (49.22% from 255 or 23.36% from 535); Green value is 208 (81.64% from 255 or 38.88% from 535); Blue value is 202 (79.30% from 255 or 37.76% from 535); Max value from RGB is 208 - color contains mainly: green. Hex color #7DD0CA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DD0CA is #822F35. Grayscale: #B6B6B6. Windows color (decimal): -8531766 or 13291645. OLE color: 13291645.

HSL color Cylindrical-coordinate representation of color #7DD0CA: hue angle of 175.66º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7DD0CA is Cyan = 0.40, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.18.

Color convert

RGB125208202-
CMYK0.4000.030.18
HSL175.66º46.89%65.29%-
HSV(B)175.66º39.9%81.57%-
XYZ41.6753.7464.05-
YUV182.513986.99-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 23.36%
GREEN value IS 208 (81.64% from 255) = 38.88%
BLUE value IS 202 (79.30% from 255) = 37.76%
R=23.36%
G=38.88%
B=37.76%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1252082020.4000.030.18175.6646.8965.29
Hex7DD0CA280312b02f41
Octal17532031250032226057101
Binary1111101110100001100101010100001110010101100001011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DD0CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,208,202); }

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

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

 a { background-color: rgb(125,208,202); }

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

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

 span { border-color: rgb(125,208,202); }

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