#7DDDB8

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

Shades of Bermuda #7DDDB8

Tints of Bermuda #7DDDB8

Color information

#7DDDB8 (or 0x7DDDB8) is unknown color: approx Bermuda. HEX triplet: 7D, DD and B8. RGB value is (125,221,184). Sum of RGB (Red+Green+Blue) = 125+221+184=530 (70% of max value = 765). Red value is 125 (49.22% from 255 or 23.58% from 530); Green value is 221 (86.72% from 255 or 41.70% from 530); Blue value is 184 (72.27% from 255 or 34.72% from 530); Max value from RGB is 221 - color contains mainly: green. Hex color #7DDDB8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DDDB8 is #822247. Grayscale: #BCBCBC. Windows color (decimal): -8528456 or 12115325. OLE color: 12115325.

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

Color convert

RGB125221184-
CMYK0.4300.170.13
HSL156.88º58.54%67.84%-
HSV(B)156.88º43.44%86.67%-
XYZ42.9759.5354.57-
YUV188.08125.783.01-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 23.58%
GREEN value IS 221 (86.72% from 255) = 41.70%
BLUE value IS 184 (72.27% from 255) = 34.72%
R=23.58%
G=41.70%
B=34.72%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1252211840.4300.170.13156.8858.5467.84
Hex7DDDB82B011D9d3b44
Octal175335270530211523573104
Binary111110111011101101110001010110100011101100111011110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DDDB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,221,184); }

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

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

 a { background-color: rgb(125,221,184); }

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

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

 span { border-color: rgb(125,221,184); }

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