#7FC8C6

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

Shades of Bermuda #7FC8C6

Tints of Bermuda #7FC8C6

Color information

#7FC8C6 (or 0x7FC8C6) is unknown color: approx Bermuda. HEX triplet: 7F, C8 and C6. RGB value is (127,200,198). Sum of RGB (Red+Green+Blue) = 127+200+198=525 (69% of max value = 765). Red value is 127 (50% from 255 or 24.19% from 525); Green value is 200 (78.52% from 255 or 38.10% from 525); Blue value is 198 (77.73% from 255 or 37.71% from 525); Max value from RGB is 200 - color contains mainly: green. Hex color #7FC8C6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FC8C6 is #803739. Grayscale: #B1B1B1. Windows color (decimal): -8402746 or 13027455. OLE color: 13027455.

HSL color Cylindrical-coordinate representation of color #7FC8C6: hue angle of 178.36º degrees, saturation: 0.4, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7FC8C6 is Cyan = 0.36, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.22.

Color convert

RGB127200198-
CMYK0.3600.010.22
HSL178.36º39.89%64.12%-
HSV(B)178.36º36.5%78.43%-
XYZ39.649.960.97-
YUV177.94139.3291.66-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 24.19%
GREEN value IS 200 (78.52% from 255) = 38.10%
BLUE value IS 198 (77.73% from 255) = 37.71%
R=24.19%
G=38.10%
B=37.71%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1272001980.3600.010.22178.3639.8964.12
Hex7FC8C6240116b22840
Octal17731030644012626250100
Binary111111111001000110001101001000110110101100101010001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FC8C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,200,198); }

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

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

 a { background-color: rgb(127,200,198); }

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

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

 span { border-color: rgb(127,200,198); }

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