#7DD1CA

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

Shades of Bermuda #7DD1CA

Tints of Bermuda #7DD1CA

Color information

#7DD1CA (or 0x7DD1CA) is unknown color: approx Bermuda. HEX triplet: 7D, D1 and CA. RGB value is (125,209,202). Sum of RGB (Red+Green+Blue) = 125+209+202=536 (70% of max value = 765). Red value is 125 (49.22% from 255 or 23.32% from 536); Green value is 209 (82.03% from 255 or 38.99% from 536); Blue value is 202 (79.30% from 255 or 37.69% from 536); Max value from RGB is 209 - color contains mainly: green. Hex color #7DD1CA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DD1CA is #822E35. Grayscale: #B7B7B7. Windows color (decimal): -8531510 or 13291901. OLE color: 13291901.

HSL color Cylindrical-coordinate representation of color #7DD1CA: hue angle of 175º degrees, saturation: 0.48, 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 #7DD1CA is Cyan = 0.40, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.18.

Color convert

RGB125209202-
CMYK0.4000.030.18
HSL175º47.73%65.49%-
HSV(B)175º40.19%81.96%-
XYZ41.9254.2364.13-
YUV183.09138.6786.57-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 23.32%
GREEN value IS 209 (82.03% from 255) = 38.99%
BLUE value IS 202 (79.30% from 255) = 37.69%
R=23.32%
G=38.99%
B=37.69%

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
Decimal1252092020.4000.030.1817547.7365.49
Hex7DD1CA280312af3041
Octal17532131250032225760101
Binary1111101110100011100101010100001110010101011111100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DD1CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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