#7DCDC5

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

Shades of Bermuda #7DCDC5

Tints of Bermuda #7DCDC5

Color information

#7DCDC5 (or 0x7DCDC5) is unknown color: approx Bermuda. HEX triplet: 7D, CD and C5. RGB value is (125,205,197). Sum of RGB (Red+Green+Blue) = 125+205+197=527 (69% of max value = 765). Red value is 125 (49.22% from 255 or 23.72% from 527); Green value is 205 (80.47% from 255 or 38.90% from 527); Blue value is 197 (77.34% from 255 or 37.38% from 527); Max value from RGB is 205 - color contains mainly: green. Hex color #7DCDC5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DCDC5 is #82323A. Grayscale: #B4B4B4. Windows color (decimal): -8532539 or 12963197. OLE color: 12963197.

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

Color convert

RGB125205197-
CMYK0.3900.040.20
HSL174º44.44%64.71%-
HSV(B)174º39.02%80.39%-
XYZ40.3752.0560.74-
YUV180.17137.588.65-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 23.72%
GREEN value IS 205 (80.47% from 255) = 38.90%
BLUE value IS 197 (77.34% from 255) = 37.38%
R=23.72%
G=38.90%
B=37.38%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1252051970.3900.040.2017444.4464.71
Hex7DCDC5270414ae2c41
Octal17531530547042425654101
Binary11111011100110111000101100111010010100101011101011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DCDC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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