#7FD6C3

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

Shades of Bermuda #7FD6C3

Tints of Bermuda #7FD6C3

Color information

#7FD6C3 (or 0x7FD6C3) is unknown color: approx Bermuda. HEX triplet: 7F, D6 and C3. RGB value is (127,214,195). Sum of RGB (Red+Green+Blue) = 127+214+195=536 (70% of max value = 765). Red value is 127 (50% from 255 or 23.69% from 536); Green value is 214 (83.98% from 255 or 39.93% from 536); Blue value is 195 (76.56% from 255 or 36.38% from 536); Max value from RGB is 214 - color contains mainly: green. Hex color #7FD6C3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FD6C3 is #80293C. Grayscale: #B9B9B9. Windows color (decimal): -8399165 or 12834431. OLE color: 12834431.

HSL color Cylindrical-coordinate representation of color #7FD6C3: hue angle of 166.9º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7FD6C3 is Cyan = 0.41, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.16.

Color convert

RGB127214195-
CMYK0.4100.090.16
HSL166.9º51.48%66.86%-
HSV(B)166.9º40.65%83.92%-
XYZ42.6556.5560.3-
YUV185.82133.1886.04-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 23.69%
GREEN value IS 214 (83.98% from 255) = 39.93%
BLUE value IS 195 (76.56% from 255) = 36.38%
R=23.69%
G=39.93%
B=36.38%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1272141950.4100.090.16166.951.4866.86
Hex7FD6C3290910a73343
Octal177326303510112024763103
Binary111111111010110110000111010010100110000101001111100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FD6C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,214,195); }

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

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

 a { background-color: rgb(127,214,195); }

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

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

 span { border-color: rgb(127,214,195); }

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