#7FD0CA

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

Shades of Bermuda #7FD0CA

Tints of Bermuda #7FD0CA

Color information

#7FD0CA (or 0x7FD0CA) is unknown color: approx Bermuda. HEX triplet: 7F, D0 and CA. RGB value is (127,208,202). Sum of RGB (Red+Green+Blue) = 127+208+202=537 (71% of max value = 765). Red value is 127 (50% from 255 or 23.65% from 537); Green value is 208 (81.64% from 255 or 38.73% from 537); Blue value is 202 (79.30% from 255 or 37.62% from 537); Max value from RGB is 208 - color contains mainly: green. Hex color #7FD0CA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FD0CA is #802F35. Grayscale: #B7B7B7. Windows color (decimal): -8400694 or 13291647. OLE color: 13291647.

HSL color Cylindrical-coordinate representation of color #7FD0CA: hue angle of 175.56º degrees, saturation: 0.46, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7FD0CA is Cyan = 0.39, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.18.

Color convert

RGB127208202-
CMYK0.3900.030.18
HSL175.56º46.29%65.69%-
HSV(B)175.56º38.94%81.57%-
XYZ41.9753.8964.07-
YUV183.1138.6687.99-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 23.65%
GREEN value IS 208 (81.64% from 255) = 38.73%
BLUE value IS 202 (79.30% from 255) = 37.62%
R=23.65%
G=38.73%
B=37.62%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1272082020.3900.030.18175.5646.2965.69
Hex7FD0CA270312b02e42
Octal17732031247032226056102
Binary1111111110100001100101010011101110010101100001011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FD0CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,208,202); }

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

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

 a { background-color: rgb(127,208,202); }

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

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

 span { border-color: rgb(127,208,202); }

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