#7ccebf

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

Shades of Bermuda #7CCEBF

Tints of Bermuda #7CCEBF

Color information

#7CCEBF (or 0x7CCEBF) is unknown color: approx Bermuda. HEX triplet: 7C, CE and BF. RGB value is (124,206,191). Sum of RGB (Red+Green+Blue) = 124+206+191=521 (69% of max value = 765). Red value is 124 (48.83% from 255 or 23.80% from 521); Green value is 206 (80.86% from 255 or 39.54% from 521); Blue value is 191 (75% from 255 or 36.66% from 521); Max value from RGB is 206 - color contains mainly: green. Hex color #7CCEBF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7CCEBF is #833140. Grayscale: #B3B3B3. Windows color (decimal): -8597825 or 12570236. OLE color: 12570236.

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

Color convert

RGB124206191-
CMYK0.4000.070.19
HSL169.02º45.56%64.71%-
HSV(B)169.02º39.81%80.78%-
XYZ39.7952.1957.27-
YUV179.77134.3388.22-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 23.80%
GREEN value IS 206 (80.86% from 255) = 39.54%
BLUE value IS 191 (75% from 255) = 36.66%
R=23.80%
G=39.54%
B=36.66%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1242061910.4000.070.19169.0245.5664.71
Hex7CCEBF280713a92e41
Octal17431627750072325156101
Binary11111001100111010111111101000011110011101010011011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ccebf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,206,191); }

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

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

 a { background-color: rgb(124,206,191); }

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

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

 span { border-color: rgb(124,206,191); }

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