#7FCCC5

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

Shades of Bermuda #7FCCC5

Tints of Bermuda #7FCCC5

Color information

#7FCCC5 (or 0x7FCCC5) is unknown color: approx Bermuda. HEX triplet: 7F, CC and C5. RGB value is (127,204,197). Sum of RGB (Red+Green+Blue) = 127+204+197=528 (69% of max value = 765). Red value is 127 (50% from 255 or 24.05% from 528); Green value is 204 (80.08% from 255 or 38.64% from 528); Blue value is 197 (77.34% from 255 or 37.31% from 528); Max value from RGB is 204 - color contains mainly: green. Hex color #7FCCC5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FCCC5 is #80333A. Grayscale: #B4B4B4. Windows color (decimal): -8401723 or 12962943. OLE color: 12962943.

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

Color convert

RGB127204197-
CMYK0.3800.030.2
HSL174.55º43.02%64.9%-
HSV(B)174.55º37.75%80%-
XYZ40.4251.7360.68-
YUV180.18137.4990.07-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 24.05%
GREEN value IS 204 (80.08% from 255) = 38.64%
BLUE value IS 197 (77.34% from 255) = 37.31%
R=24.05%
G=38.64%
B=37.31%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1272041970.3800.030.2174.5543.0264.9
Hex7FCCC5260314af2b41
Octal17731430546032425753101
Binary1111111110011001100010110011001110100101011111010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FCCC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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