#7DCAC8

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

Shades of Bermuda #7DCAC8

Tints of Bermuda #7DCAC8

Color information

#7DCAC8 (or 0x7DCAC8) is unknown color: approx Bermuda. HEX triplet: 7D, CA and C8. RGB value is (125,202,200). Sum of RGB (Red+Green+Blue) = 125+202+200=527 (69% of max value = 765). Red value is 125 (49.22% from 255 or 23.72% from 527); Green value is 202 (79.30% from 255 or 38.33% from 527); Blue value is 200 (78.52% from 255 or 37.95% from 527); Max value from RGB is 202 - color contains mainly: green. Hex color #7DCAC8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DCAC8 is #823537. Grayscale: #B2B2B2. Windows color (decimal): -8533304 or 13159037. OLE color: 13159037.

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

Color convert

RGB125202200-
CMYK0.3800.010.21
HSL178.44º42.08%64.12%-
HSV(B)178.44º38.12%79.22%-
XYZ4050.7762.34-
YUV178.75139.9989.66-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 23.72%
GREEN value IS 202 (79.30% from 255) = 38.33%
BLUE value IS 200 (78.52% from 255) = 37.95%
R=23.72%
G=38.33%
B=37.95%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1252022000.3800.010.21178.4442.0864.12
Hex7DCAC8260115b22a40
Octal17531231046012526252100
Binary111110111001010110010001001100110101101100101010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DCAC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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