#7DD6B8

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

Shades of Bermuda #7DD6B8

Tints of Bermuda #7DD6B8

Color information

#7DD6B8 (or 0x7DD6B8) is unknown color: approx Bermuda. HEX triplet: 7D, D6 and B8. RGB value is (125,214,184). Sum of RGB (Red+Green+Blue) = 125+214+184=523 (69% of max value = 765). Red value is 125 (49.22% from 255 or 23.90% from 523); Green value is 214 (83.98% from 255 or 40.92% from 523); Blue value is 184 (72.27% from 255 or 35.18% from 523); Max value from RGB is 214 - color contains mainly: green. Hex color #7DD6B8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DD6B8 is #822947. Grayscale: #B8B8B8. Windows color (decimal): -8530248 or 12113533. OLE color: 12113533.

HSL color Cylindrical-coordinate representation of color #7DD6B8: hue angle of 159.78º 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 #7DD6B8 is Cyan = 0.42, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.16.

Color convert

RGB125214184-
CMYK0.4200.140.16
HSL159.78º52.05%66.47%-
HSV(B)159.78º41.59%83.92%-
XYZ41.1655.9153.97-
YUV183.97128.0185.94-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 23.90%
GREEN value IS 214 (83.98% from 255) = 40.92%
BLUE value IS 184 (72.27% from 255) = 35.18%
R=23.90%
G=40.92%
B=35.18%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1252141840.4200.140.16159.7852.0566.47
Hex7DD6B82A0E10a03442
Octal175326270520162024064102
Binary111110111010110101110001010100111010000101000001101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DD6B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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