#7FC9C7

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

Shades of Bermuda #7FC9C7

Tints of Bermuda #7FC9C7

Color information

#7FC9C7 (or 0x7FC9C7) is unknown color: approx Bermuda. HEX triplet: 7F, C9 and C7. RGB value is (127,201,199). Sum of RGB (Red+Green+Blue) = 127+201+199=527 (69% of max value = 765). Red value is 127 (50% from 255 or 24.10% from 527); Green value is 201 (78.91% from 255 or 38.14% from 527); Blue value is 199 (78.12% from 255 or 37.76% from 527); Max value from RGB is 201 - color contains mainly: green. Hex color #7FC9C7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FC9C7 is #803638. Grayscale: #B2B2B2. Windows color (decimal): -8402489 or 13093247. OLE color: 13093247.

HSL color Cylindrical-coordinate representation of color #7FC9C7: hue angle of 178.38º degrees, saturation: 0.41, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7FC9C7 is Cyan = 0.37, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.21.

Color convert

RGB127201199-
CMYK0.3700.010.21
HSL178.38º40.66%64.31%-
HSV(B)178.38º36.82%78.82%-
XYZ39.9550.4161.66-
YUV178.65139.4891.16-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 24.10%
GREEN value IS 201 (78.91% from 255) = 38.14%
BLUE value IS 199 (78.12% from 255) = 37.76%
R=24.10%
G=38.14%
B=37.76%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1272011990.3700.010.21178.3840.6664.31
Hex7FC9C7250115b22940
Octal17731130745012526251100
Binary111111111001001110001111001010110101101100101010011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FC9C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,201,199); }

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

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

 a { background-color: rgb(127,201,199); }

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

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

 span { border-color: rgb(127,201,199); }

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