#7fcec5

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

Shades of Bermuda #7FCEC5

Tints of Bermuda #7FCEC5

Color information

#7FCEC5 (or 0x7FCEC5) is unknown color: approx Bermuda. HEX triplet: 7F, CE and C5. RGB value is (127,206,197). Sum of RGB (Red+Green+Blue) = 127+206+197=530 (70% of max value = 765). Red value is 127 (50% from 255 or 23.96% from 530); Green value is 206 (80.86% from 255 or 38.87% from 530); Blue value is 197 (77.34% from 255 or 37.17% from 530); Max value from RGB is 206 - color contains mainly: green. Hex color #7FCEC5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FCEC5 is #80313A. Grayscale: #B5B5B5. Windows color (decimal): -8401211 or 12963455. OLE color: 12963455.

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

Color convert

RGB127206197-
CMYK0.3800.040.19
HSL173.16º44.63%65.29%-
HSV(B)173.16º38.35%80.78%-
XYZ40.952.6960.84-
YUV181.35136.8389.23-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 23.96%
GREEN value IS 206 (80.86% from 255) = 38.87%
BLUE value IS 197 (77.34% from 255) = 37.17%
R=23.96%
G=38.87%
B=37.17%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1272061970.3800.040.19173.1644.6365.29
Hex7FCEC5260413ad2d41
Octal17731630546042325555101
Binary11111111100111011000101100110010010011101011011011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7fcec5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,206,197); }

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

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

 a { background-color: rgb(127,206,197); }

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

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

 span { border-color: rgb(127,206,197); }

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