#7DCDC3

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

Shades of Bermuda #7DCDC3

Tints of Bermuda #7DCDC3

Color information

#7DCDC3 (or 0x7DCDC3) is unknown color: approx Bermuda. HEX triplet: 7D, CD and C3. RGB value is (125,205,195). Sum of RGB (Red+Green+Blue) = 125+205+195=525 (69% of max value = 765). Red value is 125 (49.22% from 255 or 23.81% from 525); Green value is 205 (80.47% from 255 or 39.05% from 525); Blue value is 195 (76.56% from 255 or 37.14% from 525); Max value from RGB is 205 - color contains mainly: green. Hex color #7DCDC3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DCDC3 is #82323C. Grayscale: #B3B3B3. Windows color (decimal): -8532541 or 12832125. OLE color: 12832125.

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

Color convert

RGB125205195-
CMYK0.3900.050.20
HSL172.5º44.44%64.71%-
HSV(B)172.5º39.02%80.39%-
XYZ40.1451.9659.54-
YUV179.94136.588.81-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 23.81%
GREEN value IS 205 (80.47% from 255) = 39.05%
BLUE value IS 195 (76.56% from 255) = 37.14%
R=23.81%
G=39.05%
B=37.14%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1252051950.3900.050.20172.544.4464.71
Hex7DCDC3270514ac2c41
Octal17531530347052425454101
Binary11111011100110111000011100111010110100101011001011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DCDC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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