#7FC8C4

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

Shades of Bermuda #7FC8C4

Tints of Bermuda #7FC8C4

Color information

#7FC8C4 (or 0x7FC8C4) is unknown color: approx Bermuda. HEX triplet: 7F, C8 and C4. RGB value is (127,200,196). Sum of RGB (Red+Green+Blue) = 127+200+196=523 (69% of max value = 765). Red value is 127 (50% from 255 or 24.28% from 523); Green value is 200 (78.52% from 255 or 38.24% from 523); Blue value is 196 (76.95% from 255 or 37.48% from 523); Max value from RGB is 200 - color contains mainly: green. Hex color #7FC8C4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FC8C4 is #80373B. Grayscale: #B1B1B1. Windows color (decimal): -8402748 or 12896383. OLE color: 12896383.

HSL color Cylindrical-coordinate representation of color #7FC8C4: hue angle of 176.71º 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 #7FC8C4 is Cyan = 0.36, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.22.

Color convert

RGB127200196-
CMYK0.3600.020.22
HSL176.71º39.89%64.12%-
HSV(B)176.71º36.5%78.43%-
XYZ39.3749.8159.76-
YUV177.72138.3291.83-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 24.28%
GREEN value IS 200 (78.52% from 255) = 38.24%
BLUE value IS 196 (76.95% from 255) = 37.48%
R=24.28%
G=38.24%
B=37.48%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1272001960.3600.020.22176.7139.8964.12
Hex7FC8C4240216b12840
Octal17731030444022626150100
Binary1111111110010001100010010010001010110101100011010001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FC8C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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