#7FCFCB

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

Shades of Bermuda #7FCFCB

Tints of Bermuda #7FCFCB

Color information

#7FCFCB (or 0x7FCFCB) is unknown color: approx Bermuda. HEX triplet: 7F, CF and CB. RGB value is (127,207,203). Sum of RGB (Red+Green+Blue) = 127+207+203=537 (71% of max value = 765). Red value is 127 (50% from 255 or 23.65% from 537); Green value is 207 (81.25% from 255 or 38.55% from 537); Blue value is 203 (79.69% from 255 or 37.80% from 537); Max value from RGB is 207 - color contains mainly: green. Hex color #7FCFCB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FCFCB is #803034. Grayscale: #B6B6B6. Windows color (decimal): -8400949 or 13356927. OLE color: 13356927.

HSL color Cylindrical-coordinate representation of color #7FCFCB: hue angle of 177º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7FCFCB is Cyan = 0.39, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.19.

Color convert

RGB127207203-
CMYK0.3900.020.19
HSL177º45.45%65.49%-
HSV(B)177º38.65%81.18%-
XYZ41.8453.4564.61-
YUV182.62139.588.33-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 23.65%
GREEN value IS 207 (81.25% from 255) = 38.55%
BLUE value IS 203 (79.69% from 255) = 37.80%
R=23.65%
G=38.55%
B=37.80%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1272072030.3900.020.1917745.4565.49
Hex7FCFCB270213b12d41
Octal17731731347022326155101
Binary1111111110011111100101110011101010011101100011011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FCFCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,207,203); }

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

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

 a { background-color: rgb(127,207,203); }

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

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

 span { border-color: rgb(127,207,203); }

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