#7DDFB7

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

Shades of Bermuda #7DDFB7

Tints of Bermuda #7DDFB7

Color information

#7DDFB7 (or 0x7DDFB7) is unknown color: approx Bermuda. HEX triplet: 7D, DF and B7. RGB value is (125,223,183). Sum of RGB (Red+Green+Blue) = 125+223+183=531 (70% of max value = 765). Red value is 125 (49.22% from 255 or 23.54% from 531); Green value is 223 (87.5% from 255 or 42.00% from 531); Blue value is 183 (71.88% from 255 or 34.46% from 531); Max value from RGB is 223 - color contains mainly: green. Hex color #7DDFB7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DDFB7 is #822048. Grayscale: #BDBDBD. Windows color (decimal): -8527945 or 12050301. OLE color: 12050301.

HSL color Cylindrical-coordinate representation of color #7DDFB7: hue angle of 155.51º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7DDFB7 is Cyan = 0.44, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.13.

Color convert

RGB125223183-
CMYK0.4400.180.13
HSL155.51º60.49%68.24%-
HSV(B)155.51º43.95%87.45%-
XYZ43.3960.5554.2-
YUV189.14124.5382.25-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 23.54%
GREEN value IS 223 (87.5% from 255) = 42.00%
BLUE value IS 183 (71.88% from 255) = 34.46%
R=23.54%
G=42.00%
B=34.46%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1252231830.4400.180.13155.5160.4968.24
Hex7DDFB72C012D9c3c44
Octal175337267540221523474104
Binary111110111011111101101111011000100101101100111001111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DDFB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,223,183); }

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

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

 a { background-color: rgb(125,223,183); }

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

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

 span { border-color: rgb(125,223,183); }

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