#7FCCBD

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

Shades of Bermuda #7FCCBD

Tints of Bermuda #7FCCBD

Color information

#7FCCBD (or 0x7FCCBD) is unknown color: approx Bermuda. HEX triplet: 7F, CC and BD. RGB value is (127,204,189). Sum of RGB (Red+Green+Blue) = 127+204+189=520 (68% of max value = 765). Red value is 127 (50% from 255 or 24.42% from 520); Green value is 204 (80.08% from 255 or 39.23% from 520); Blue value is 189 (74.22% from 255 or 36.35% from 520); Max value from RGB is 204 - color contains mainly: green. Hex color #7FCCBD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FCCBD is #803342. Grayscale: #B3B3B3. Windows color (decimal): -8401731 or 12438655. OLE color: 12438655.

HSL color Cylindrical-coordinate representation of color #7FCCBD: hue angle of 168.31º 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 #7FCCBD is Cyan = 0.38, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.2.

Color convert

RGB127204189-
CMYK0.3800.070.2
HSL168.31º43.02%64.9%-
HSV(B)168.31º37.75%80%-
XYZ39.5351.3755.98-
YUV179.27133.4990.72-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 24.42%
GREEN value IS 204 (80.08% from 255) = 39.23%
BLUE value IS 189 (74.22% from 255) = 36.35%
R=24.42%
G=39.23%
B=36.35%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1272041890.3800.070.2168.3143.0264.9
Hex7FCCBD260714a82b41
Octal17731427546072425053101
Binary11111111100110010111101100110011110100101010001010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FCCBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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