#7DD6C3

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

Shades of Bermuda #7DD6C3

Tints of Bermuda #7DD6C3

Color information

#7DD6C3 (or 0x7DD6C3) is unknown color: approx Bermuda. HEX triplet: 7D, D6 and C3. RGB value is (125,214,195). Sum of RGB (Red+Green+Blue) = 125+214+195=534 (70% of max value = 765). Red value is 125 (49.22% from 255 or 23.41% from 534); Green value is 214 (83.98% from 255 or 40.07% from 534); Blue value is 195 (76.56% from 255 or 36.52% from 534); Max value from RGB is 214 - color contains mainly: green. Hex color #7DD6C3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DD6C3 is #82293C. Grayscale: #B9B9B9. Windows color (decimal): -8530237 or 12834429. OLE color: 12834429.

HSL color Cylindrical-coordinate representation of color #7DD6C3: hue angle of 167.19º degrees, saturation: 0.52, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7DD6C3 is Cyan = 0.42, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.16.

Color convert

RGB125214195-
CMYK0.4200.090.16
HSL167.19º52.05%66.47%-
HSV(B)167.19º41.59%83.92%-
XYZ42.3556.3960.28-
YUV185.22133.5185.04-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 23.41%
GREEN value IS 214 (83.98% from 255) = 40.07%
BLUE value IS 195 (76.56% from 255) = 36.52%
R=23.41%
G=40.07%
B=36.52%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1252141950.4200.090.16167.1952.0566.47
Hex7DD6C32A0910a73442
Octal175326303520112024764102
Binary111110111010110110000111010100100110000101001111101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DD6C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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