#7FCFBB

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

Shades of Bermuda #7FCFBB

Tints of Bermuda #7FCFBB

Color information

#7FCFBB (or 0x7FCFBB) is unknown color: approx Bermuda. HEX triplet: 7F, CF and BB. RGB value is (127,207,187). Sum of RGB (Red+Green+Blue) = 127+207+187=521 (69% of max value = 765). Red value is 127 (50% from 255 or 24.38% from 521); Green value is 207 (81.25% from 255 or 39.73% from 521); Blue value is 187 (73.44% from 255 or 35.89% from 521); Max value from RGB is 207 - color contains mainly: green. Hex color #7FCFBB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FCFBB is #803044. Grayscale: #B4B4B4. Windows color (decimal): -8400965 or 12308351. OLE color: 12308351.

HSL color Cylindrical-coordinate representation of color #7FCFBB: hue angle of 165º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7FCFBB is Cyan = 0.39, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.19.

Color convert

RGB127207187-
CMYK0.3900.100.19
HSL165º45.45%65.49%-
HSV(B)165º38.65%81.18%-
XYZ40.0352.7355.08-
YUV180.8131.589.63-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 24.38%
GREEN value IS 207 (81.25% from 255) = 39.73%
BLUE value IS 187 (73.44% from 255) = 35.89%
R=24.38%
G=39.73%
B=35.89%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1272071870.3900.100.1916545.4565.49
Hex7FCFBB270A13a52d41
Octal177317273470122324555101
Binary111111111001111101110111001110101010011101001011011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FCFBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,207,187); }

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

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

 a { background-color: rgb(127,207,187); }

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

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

 span { border-color: rgb(127,207,187); }

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