#7DCEBB

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

Shades of Bermuda #7DCEBB

Tints of Bermuda #7DCEBB

Color information

#7DCEBB (or 0x7DCEBB) is unknown color: approx Bermuda. HEX triplet: 7D, CE and BB. RGB value is (125,206,187). Sum of RGB (Red+Green+Blue) = 125+206+187=518 (68% of max value = 765). Red value is 125 (49.22% from 255 or 24.13% from 518); Green value is 206 (80.86% from 255 or 39.77% from 518); Blue value is 187 (73.44% from 255 or 36.10% from 518); Max value from RGB is 206 - color contains mainly: green. Hex color #7DCEBB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DCEBB is #823144. Grayscale: #B3B3B3. Windows color (decimal): -8532293 or 12308093. OLE color: 12308093.

HSL color Cylindrical-coordinate representation of color #7DCEBB: hue angle of 165.93º 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 #7DCEBB is Cyan = 0.39, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.19.

Color convert

RGB125206187-
CMYK0.3900.090.19
HSL165.93º45.25%64.9%-
HSV(B)165.93º39.32%80.78%-
XYZ39.552.0954.99-
YUV179.62132.1689.04-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 24.13%
GREEN value IS 206 (80.86% from 255) = 39.77%
BLUE value IS 187 (73.44% from 255) = 36.10%
R=24.13%
G=39.77%
B=36.10%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1252061870.3900.090.19165.9345.2564.9
Hex7DCEBB270913a62d41
Octal175316273470112324655101
Binary111110111001110101110111001110100110011101001101011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DCEBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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