#7DCFBA

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

Shades of Bermuda #7DCFBA

Tints of Bermuda #7DCFBA

Color information

#7DCFBA (or 0x7DCFBA) is unknown color: approx Bermuda. HEX triplet: 7D, CF and BA. RGB value is (125,207,186). Sum of RGB (Red+Green+Blue) = 125+207+186=518 (68% of max value = 765). Red value is 125 (49.22% from 255 or 24.13% from 518); Green value is 207 (81.25% from 255 or 39.96% from 518); Blue value is 186 (73.05% from 255 or 35.91% from 518); Max value from RGB is 207 - color contains mainly: green. Hex color #7DCFBA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DCFBA is #823045. Grayscale: #B4B4B4. Windows color (decimal): -8532038 or 12242813. OLE color: 12242813.

HSL color Cylindrical-coordinate representation of color #7DCFBA: hue angle of 164.63º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7DCFBA is Cyan = 0.40, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.19.

Color convert

RGB125207186-
CMYK0.4000.100.19
HSL164.63º46.07%65.1%-
HSV(B)164.63º39.61%81.18%-
XYZ39.6352.5354.5-
YUV180.09131.3388.71-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 24.13%
GREEN value IS 207 (81.25% from 255) = 39.96%
BLUE value IS 186 (73.05% from 255) = 35.91%
R=24.13%
G=39.96%
B=35.91%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1252071860.4000.100.19164.6346.0765.1
Hex7DCFBA280A13a52e41
Octal175317272500122324556101
Binary111110111001111101110101010000101010011101001011011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DCFBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,207,186); }

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

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

 a { background-color: rgb(125,207,186); }

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

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

 span { border-color: rgb(125,207,186); }

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