#7DCAC4

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

Shades of Bermuda #7DCAC4

Tints of Bermuda #7DCAC4

Color information

#7DCAC4 (or 0x7DCAC4) is unknown color: approx Bermuda. HEX triplet: 7D, CA and C4. RGB value is (125,202,196). Sum of RGB (Red+Green+Blue) = 125+202+196=523 (69% of max value = 765). Red value is 125 (49.22% from 255 or 23.90% from 523); Green value is 202 (79.30% from 255 or 38.62% from 523); Blue value is 196 (76.95% from 255 or 37.48% from 523); Max value from RGB is 202 - color contains mainly: green. Hex color #7DCAC4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DCAC4 is #82353B. Grayscale: #B2B2B2. Windows color (decimal): -8533308 or 12896893. OLE color: 12896893.

HSL color Cylindrical-coordinate representation of color #7DCAC4: hue angle of 175.32º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7DCAC4 is Cyan = 0.38, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.21.

Color convert

RGB125202196-
CMYK0.3800.030.21
HSL175.32º42.08%64.12%-
HSV(B)175.32º38.12%79.22%-
XYZ39.5450.5959.9-
YUV178.29137.9989.99-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 23.90%
GREEN value IS 202 (79.30% from 255) = 38.62%
BLUE value IS 196 (76.95% from 255) = 37.48%
R=23.90%
G=38.62%
B=37.48%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1252021960.3800.030.21175.3242.0864.12
Hex7DCAC4260315af2a40
Octal17531230446032525752100
Binary1111101110010101100010010011001110101101011111010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DCAC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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