#7FD2C5

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

Shades of Bermuda #7FD2C5

Tints of Bermuda #7FD2C5

Color information

#7FD2C5 (or 0x7FD2C5) is unknown color: approx Bermuda. HEX triplet: 7F, D2 and C5. RGB value is (127,210,197). Sum of RGB (Red+Green+Blue) = 127+210+197=534 (70% of max value = 765). Red value is 127 (50% from 255 or 23.78% from 534); Green value is 210 (82.42% from 255 or 39.33% from 534); Blue value is 197 (77.34% from 255 or 36.89% from 534); Max value from RGB is 210 - color contains mainly: green. Hex color #7FD2C5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FD2C5 is #802D3A. Grayscale: #B7B7B7. Windows color (decimal): -8400187 or 12964479. OLE color: 12964479.

HSL color Cylindrical-coordinate representation of color #7FD2C5: hue angle of 170.6º degrees, saturation: 0.48, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7FD2C5 is Cyan = 0.40, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.18.

Color convert

RGB127210197-
CMYK0.4000.060.18
HSL170.6º47.98%66.08%-
HSV(B)170.6º39.52%82.35%-
XYZ41.8854.6461.16-
YUV183.7135.587.56-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 23.78%
GREEN value IS 210 (82.42% from 255) = 39.33%
BLUE value IS 197 (77.34% from 255) = 36.89%
R=23.78%
G=39.33%
B=36.89%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1272101970.4000.060.18170.647.9866.08
Hex7FD2C5280612ab3042
Octal17732230550062225360102
Binary11111111101001011000101101000011010010101010111100001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FD2C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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