#7FC8BF

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

Shades of Bermuda #7FC8BF

Tints of Bermuda #7FC8BF

Color information

#7FC8BF (or 0x7FC8BF) is unknown color: approx Bermuda. HEX triplet: 7F, C8 and BF. RGB value is (127,200,191). Sum of RGB (Red+Green+Blue) = 127+200+191=518 (68% of max value = 765). Red value is 127 (50% from 255 or 24.52% from 518); Green value is 200 (78.52% from 255 or 38.61% from 518); Blue value is 191 (75% from 255 or 36.87% from 518); Max value from RGB is 200 - color contains mainly: green. Hex color #7FC8BF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FC8BF is #803740. Grayscale: #B1B1B1. Windows color (decimal): -8402753 or 12568703. OLE color: 12568703.

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

Color convert

RGB127200191-
CMYK0.3600.040.22
HSL172.6º39.89%64.12%-
HSV(B)172.6º36.5%78.43%-
XYZ38.8149.5856.81-
YUV177.15135.8292.23-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 24.52%
GREEN value IS 200 (78.52% from 255) = 38.61%
BLUE value IS 191 (75% from 255) = 36.87%
R=24.52%
G=38.61%
B=36.87%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1272001910.3600.040.22172.639.8964.12
Hex7FC8BF240416ad2840
Octal17731027744042625550100
Binary11111111100100010111111100100010010110101011011010001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FC8BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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