#7DCDCA

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

Shades of Bermuda #7DCDCA

Tints of Bermuda #7DCDCA

Color information

#7DCDCA (or 0x7DCDCA) is unknown color: approx Bermuda. HEX triplet: 7D, CD and CA. RGB value is (125,205,202). Sum of RGB (Red+Green+Blue) = 125+205+202=532 (70% of max value = 765). Red value is 125 (49.22% from 255 or 23.50% from 532); Green value is 205 (80.47% from 255 or 38.53% from 532); Blue value is 202 (79.30% from 255 or 37.97% from 532); Max value from RGB is 205 - color contains mainly: green. Hex color #7DCDCA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DCDCA is #823235. Grayscale: #B4B4B4. Windows color (decimal): -8532534 or 13290877. OLE color: 13290877.

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

Color convert

RGB125205202-
CMYK0.3900.010.20
HSL177.75º44.44%64.71%-
HSV(B)177.75º39.02%80.39%-
XYZ40.9552.2963.81-
YUV180.7414088.24-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 23.50%
GREEN value IS 205 (80.47% from 255) = 38.53%
BLUE value IS 202 (79.30% from 255) = 37.97%
R=23.50%
G=38.53%
B=37.97%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1252052020.3900.010.20177.7544.4464.71
Hex7DCDCA270114b22c41
Octal17531531247012426254101
Binary111110111001101110010101001110110100101100101011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DCDCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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