#7DCEBE

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

Shades of Bermuda #7DCEBE

Tints of Bermuda #7DCEBE

Color information

#7DCEBE (or 0x7DCEBE) is unknown color: approx Bermuda. HEX triplet: 7D, CE and BE. RGB value is (125,206,190). Sum of RGB (Red+Green+Blue) = 125+206+190=521 (69% of max value = 765). Red value is 125 (49.22% from 255 or 23.99% from 521); Green value is 206 (80.86% from 255 or 39.54% from 521); Blue value is 190 (74.61% from 255 or 36.47% from 521); Max value from RGB is 206 - color contains mainly: green. Hex color #7DCEBE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DCEBE is #823141. Grayscale: #B3B3B3. Windows color (decimal): -8532290 or 12504701. OLE color: 12504701.

HSL color Cylindrical-coordinate representation of color #7DCEBE: hue angle of 168.15º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7DCEBE is Cyan = 0.39, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.19.

Color convert

RGB125206190-
CMYK0.3900.080.19
HSL168.15º45.25%64.9%-
HSV(B)168.15º39.32%80.78%-
XYZ39.8252.2256.7-
YUV179.96133.6688.8-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 23.99%
GREEN value IS 206 (80.86% from 255) = 39.54%
BLUE value IS 190 (74.61% from 255) = 36.47%
R=23.99%
G=39.54%
B=36.47%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1252061900.3900.080.19168.1545.2564.9
Hex7DCEBE270813a82d41
Octal175316276470102325055101
Binary111110111001110101111101001110100010011101010001011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DCEBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,206,190); }

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

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

 a { background-color: rgb(125,206,190); }

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

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

 span { border-color: rgb(125,206,190); }

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