#7FCDC0

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

Shades of Bermuda #7FCDC0

Tints of Bermuda #7FCDC0

Color information

#7FCDC0 (or 0x7FCDC0) is unknown color: approx Bermuda. HEX triplet: 7F, CD and C0. RGB value is (127,205,192). Sum of RGB (Red+Green+Blue) = 127+205+192=524 (69% of max value = 765). Red value is 127 (50% from 255 or 24.24% from 524); Green value is 205 (80.47% from 255 or 39.12% from 524); Blue value is 192 (75.39% from 255 or 36.64% from 524); Max value from RGB is 205 - color contains mainly: green. Hex color #7FCDC0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FCDC0 is #80323F. Grayscale: #B4B4B4. Windows color (decimal): -8401472 or 12635519. OLE color: 12635519.

HSL color Cylindrical-coordinate representation of color #7FCDC0: hue angle of 170º degrees, saturation: 0.44, 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 #7FCDC0 is Cyan = 0.38, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.20.

Color convert

RGB127205192-
CMYK0.3800.060.20
HSL170º43.82%65.1%-
HSV(B)170º38.05%80.39%-
XYZ40.151.9857.79-
YUV180.2134.6690.06-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 24.24%
GREEN value IS 205 (80.47% from 255) = 39.12%
BLUE value IS 192 (75.39% from 255) = 36.64%
R=24.24%
G=39.12%
B=36.64%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1272051920.3800.060.2017043.8265.1
Hex7FCDC0260614aa2c41
Octal17731530046062425254101
Binary11111111100110111000000100110011010100101010101011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FCDC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,205,192); }

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

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

 a { background-color: rgb(127,205,192); }

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

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

 span { border-color: rgb(127,205,192); }

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