#7FCDCC

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

Shades of Bermuda #7FCDCC

Tints of Bermuda #7FCDCC

Color information

#7FCDCC (or 0x7FCDCC) is unknown color: approx Bermuda. HEX triplet: 7F, CD and CC. RGB value is (127,205,204). Sum of RGB (Red+Green+Blue) = 127+205+204=536 (70% of max value = 765). Red value is 127 (50% from 255 or 23.69% from 536); Green value is 205 (80.47% from 255 or 38.25% from 536); Blue value is 204 (80.08% from 255 or 38.06% from 536); Max value from RGB is 205 - color contains mainly: green. Hex color #7FCDCC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FCDCC is #803233. Grayscale: #B5B5B5. Windows color (decimal): -8401460 or 13421951. OLE color: 13421951.

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

Color convert

RGB127205204-
CMYK0.3800.000.20
HSL179.23º43.82%65.1%-
HSV(B)179.23º38.05%80.39%-
XYZ41.4852.5365.08-
YUV181.56140.6689.08-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 23.69%
GREEN value IS 205 (80.47% from 255) = 38.25%
BLUE value IS 204 (80.08% from 255) = 38.06%
R=23.69%
G=38.25%
B=38.06%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1272052040.3800.000.20179.2343.8265.1
Hex7FCDCC260014b32c41
Octal17731531446002426354101
Binary111111111001101110011001001100010100101100111011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FCDCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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