#7FCCBB

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

Shades of Bermuda #7FCCBB

Tints of Bermuda #7FCCBB

Color information

#7FCCBB (or 0x7FCCBB) is unknown color: approx Bermuda. HEX triplet: 7F, CC and BB. RGB value is (127,204,187). Sum of RGB (Red+Green+Blue) = 127+204+187=518 (68% of max value = 765). Red value is 127 (50% from 255 or 24.52% from 518); Green value is 204 (80.08% from 255 or 39.38% from 518); Blue value is 187 (73.44% from 255 or 36.10% from 518); Max value from RGB is 204 - color contains mainly: green. Hex color #7FCCBB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FCCBB is #803344. Grayscale: #B3B3B3. Windows color (decimal): -8401733 or 12307583. OLE color: 12307583.

HSL color Cylindrical-coordinate representation of color #7FCCBB: hue angle of 166.75º degrees, saturation: 0.43, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7FCCBB is Cyan = 0.38, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.2.

Color convert

RGB127204187-
CMYK0.3800.080.2
HSL166.75º43.02%64.9%-
HSV(B)166.75º37.75%80%-
XYZ39.3151.2954.84-
YUV179.04132.4990.88-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 24.52%
GREEN value IS 204 (80.08% from 255) = 39.38%
BLUE value IS 187 (73.44% from 255) = 36.10%
R=24.52%
G=39.38%
B=36.10%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1272041870.3800.080.2166.7543.0264.9
Hex7FCCBB260814a72b41
Octal177314273460102424753101
Binary111111111001100101110111001100100010100101001111010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FCCBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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